mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-08 14:20:07 +00:00
Move getnameinfo from 'inet' to 'nss'
getnameinfo is an entry points for nss functionality. This commit moves it from the 'inet' subdirectory to 'nss'. The corresponding Versions entry is also moved from 'posix' into 'nss'. Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
This commit is contained in:
parent
7f602256ab
commit
2f1c6652d7
@ -47,7 +47,6 @@ routines := \
|
||||
ether_ntoa \
|
||||
ether_ntoa_r \
|
||||
getipv4sourcefilter \
|
||||
getnameinfo \
|
||||
getsourcefilter \
|
||||
herrno \
|
||||
herrno-loc \
|
||||
|
@ -136,6 +136,7 @@ routines += \
|
||||
gethstbynm_r \
|
||||
gethstent \
|
||||
gethstent_r \
|
||||
getnameinfo \
|
||||
# routines
|
||||
|
||||
ifeq ($(have-thread-library),yes)
|
||||
|
@ -58,6 +58,9 @@ libc {
|
||||
ulckpwdf;
|
||||
}
|
||||
GLIBC_2.1 {
|
||||
# g*
|
||||
getnameinfo;
|
||||
|
||||
# p*
|
||||
putgrent;
|
||||
}
|
||||
|
@ -71,7 +71,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
#include <sys/utsname.h>
|
||||
#include <libc-lock.h>
|
||||
#include <scratch_buffer.h>
|
||||
#include <net-internal.h>
|
||||
#include <inet/net-internal.h>
|
||||
#include <set-freeres.h>
|
||||
|
||||
#ifndef min
|
@ -72,7 +72,7 @@ libc {
|
||||
__pread64; __pwrite64;
|
||||
|
||||
# g*
|
||||
gai_strerror; getnameinfo; glob64; globfree64;
|
||||
gai_strerror; glob64; globfree64;
|
||||
|
||||
# p*
|
||||
pread; pread64; pwrite; pwrite64;
|
||||
|
Loading…
Reference in New Issue
Block a user