mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-13 00:30:07 +00:00
5ce98c3f3f
2004-05-03 Jakub Jelinek <jakub@redhat.com> * sysdeps/unix/bsd/bits/fcntl.h (F_SETOWN, F_GETOWN): Define if __USE_BSD or __USE_UNIX98. * sysdeps/unix/bsd/ultrix4/bits/fcntl.h (F_SETOWN, F_GETOWN): Likewise. * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h (F_SETOWN, F_GETOWN): Likewise. * sysdeps/unix/bsd/sun/sunos4/bits/fcntl.h (F_SETOWN, F_GETOWN): Likewise. * sysdeps/unix/common/bits/fcntl.h (F_SETOWN, F_GETOWN): Likewise. * sysdeps/unix/sysv/aix/bits/fcntl.h (F_SETOWN, F_GETOWN): Likewise. * sysdeps/unix/sysv/irix4/bits/fcntl.h (F_SETOWN, F_GETOWN): Likewise. * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h (F_SETOWN, F_GETOWN): Likewise. * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (F_SETOWN, F_GETOWN): Likewise. * sysdeps/unix/sysv/linux/cris/bits/fcntl.h (F_SETOWN, F_GETOWN): Likewise. *sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h (F_SETOWN, F_GETOWN): Likewise. * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (F_SETOWN, F_GETOWN): Likewise. * sysdeps/unix/sysv/linux/mips/bits/fcntl.h (F_SETOWN, F_GETOWN): Likewise. * sysdeps/unix/sysv/linux/sh/bits/fcntl.h (F_SETOWN, F_GETOWN): Likewise. * sysdeps/unix/sysv/linux/i386/bits/fcntl.h (F_SETOWN, F_GETOWN): Likewise. * sysdeps/unix/sysv/linux/m68k/bits/fcntl.h (F_SETOWN, F_GETOWN): Likewise. * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h (F_SETOWN, F_GETOWN): Likewise. * sysdeps/unix/sysv/linux/arm/bits/fcntl.h (F_SETOWN, F_GETOWN): Likewise. * sysdeps/unix/sysv/linux/hppa/bits/fcntl.h (F_SETOWN, F_GETOWN): Likewise. * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h (F_SETOWN, F_GETOWN): Likewise. * sysdeps/generic/bits/fcntl.h (F_SETOWN, F_GETOWN): Likewise. * sysdeps/mach/hurd/bits/fcntl.h (F_SETOWN, F_GETOWN): Likewise. * io/sys/stat.h (S_ISSOCK, S_IFSOCK): Likewise. 2004-05-01 Jakub Jelinek <jakub@redhat.com> * posix/Versions (libc): Remove __libc_wait, __libc_waitpid, __libc_pause, __libc_nanosleep, __libc_pread, __libc_pread64, __libc_pwrite64, __waitid and __pselect @@GLIBC_PRIVATE. * stdlib/Versions (libc): Remove __on_exit@@GLIBC_PRIVATE. * sysdeps/unix/sysv/linux/Versions (libc): Remove __libc_sigaction@@GLIBC_PRIVATE. * sysdeps/unix/sysv/linux/x86_64/Versions (libc): Remove __modify_ldt@@GLIBC_PRIVATE. * socket/Versions (libc): Remove __libc_accept, __libc_send, __libc_recvfrom, __libc_recvmsg, __libc_sendmsg, __libc_recv, __libc_sendto and __libc_connect @@GLIBC_PRIVATE. * stdio-common/Versions (libc): Remove _itoa_upper_digits@@GLIBC_PRIVATE. * resolv/Versions (libresolv): Remove __ns_samename@@GLIBC_PRIVATE. * misc/Versions (libc): Remove __libc_fsync, __libc_msync, __libc_readv and __libc_writev @@GLIBC_PRIVATE. * termios/Versions (libc): Remove __libc_tcdrain@@GLIBC_PRIVATE. * io/Versions (libc): Remove __libc_open, __libc_close, __libc_read, __libc_write, __libc_lseek, __libc_fcntl, __libc_open64 and __libc_lseek64 @@GLIBC_PRIVATE. 2004-04-30 Jakub Jelinek <jakub@redhat.com> * elf/dl-load.c (open_verify): Move e_phentsize check after e_type check. 2004-04-29 Steven Munroe <sjmunroe@us.ibm.com> * sysdeps/powerpc/powerpc64/fpu/s_ceil.S: New file. * sysdeps/powerpc/powerpc64/fpu/s_ceilf.S: New file. * sysdeps/powerpc/powerpc64/fpu/s_floor.S: New file. * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: New file. * sysdeps/powerpc/powerpc64/fpu/s_llrint.c: Removed. * sysdeps/powerpc/powerpc64/fpu/s_llrint.S: New file. * sysdeps/powerpc/powerpc64/fpu/s_llrintf.c: Removed. * sysdeps/powerpc/powerpc64/fpu/s_llrintf.S: New file. * sysdeps/powerpc/powerpc64/fpu/s_llround.S: New file. * sysdeps/powerpc/powerpc64/fpu/s_llroundf.S: New file. * sysdeps/powerpc/powerpc64/fpu/s_lround.S: New file. * sysdeps/powerpc/powerpc64/fpu/s_lroundf.S: New file. * sysdeps/powerpc/powerpc64/fpu/s_rint.S: New file. * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: New file. * sysdeps/powerpc/powerpc64/fpu/s_round.S: New file. * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: New file. * sysdeps/powerpc/powerpc64/fpu/s_trunc.S: New file. * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: New file. * math/test-misc.c [LDBL_MANT_DIG == 106](main): Correct LDBL_MAX mantissa for AIX long double format. * misc/qefgcvt.c [LDBL_MANT_DIG == 106] (NDIGIT_MAX): Define for AIX long double format. * misc/qefgcvt_r.c [LDBL_MANT_DIG == 106] (NDIGIT_MAX): Likewise. * stdlib/fpioconst.c [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__>1024] (_fpioconst_pow10): AIX long double format has same exponent range as double. * stdlib/fpioconst.h [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__>1024] (LDBL_MAX_10_EXP_LOG): AIX long double format has same exponent range as double. 2004-04-23 Art Haas <ahaas@airmail.net> * sysdeps/unix/sysv/linux/kernel-features.h: Add 'defined'.
96 lines
2.3 KiB
Plaintext
96 lines
2.3 KiB
Plaintext
%include <tls.h>
|
|
|
|
libc {
|
|
GLIBC_2.0 {
|
|
%if !(USE_TLS && HAVE___THREAD)
|
|
# global variables
|
|
_h_errno;
|
|
%endif
|
|
|
|
_res;
|
|
|
|
# helper functions
|
|
__h_errno_location;
|
|
|
|
# functions used in other libraries
|
|
__res_randomid;
|
|
|
|
# variables in normal name space
|
|
h_errlist; h_nerr;
|
|
%if !(USE_TLS && HAVE___THREAD)
|
|
h_errno;
|
|
%endif
|
|
|
|
# h*
|
|
herror; hstrerror;
|
|
|
|
# r*
|
|
res_init;
|
|
}
|
|
GLIBC_2.2 {
|
|
# r*
|
|
__res_state; __res_init; __res_nclose; __res_ninit; _res_hconf;
|
|
}
|
|
GLIBC_PRIVATE {
|
|
__gai_sigqueue;
|
|
|
|
%if USE_TLS && HAVE___THREAD
|
|
# This version is for the TLS symbol, GLIBC_2.0 is the old object symbol.
|
|
h_errno; __resp;
|
|
%endif
|
|
}
|
|
}
|
|
|
|
libresolv {
|
|
GLIBC_2.0 {
|
|
_gethtbyaddr; _gethtbyname; _gethtbyname2; _gethtent; _getlong;
|
|
_getshort; _res_opcodes; _res_resultcodes; _sethtent; dn_expand;
|
|
inet_net_ntop; inet_net_pton; inet_neta; res_gethostbyaddr;
|
|
res_gethostbyname; res_gethostbyname2; res_mkquery; res_query;
|
|
res_querydomain; res_search; res_send_setqhook; res_send_setrhook;
|
|
# Variables
|
|
__p_class_syms; __p_type_syms;
|
|
# Private routines shared between libc/net, named, nslookup and others.
|
|
__b64_ntop; __b64_pton;
|
|
__dn_comp; __dn_count_labels; __dn_skipname;
|
|
__fp_nquery; __fp_query; __fp_resstat; __hostalias;
|
|
__loc_aton; __loc_ntoa;
|
|
__p_cdname; __p_cdnname; __p_class; __p_fqname; __p_fqnname; __p_option;
|
|
__p_query; __p_rr; __p_secstodate; __p_time; __p_type;
|
|
__putlong; __putshort;
|
|
__res_close; __res_dnok; __res_hnok; __res_isourserver; __res_mailok;
|
|
__res_nameinquery; __res_ownok; __res_queriesmatch;
|
|
__res_send;
|
|
__sym_ntop; __sym_ntos; __sym_ston;
|
|
}
|
|
GLIBC_2.2 {
|
|
__dn_expand;
|
|
__res_hostalias; __res_mkquery; __res_nmkquery; __res_nquery;
|
|
__res_nquerydomain; __res_nsearch; __res_nsend; __res_query;
|
|
__res_querydomain; __res_search;
|
|
}
|
|
GLIBC_2.3.2 {
|
|
__p_rcode;
|
|
}
|
|
GLIBC_PRIVATE {
|
|
# Needed in libnss_dns.
|
|
__ns_name_unpack; __ns_name_ntop;
|
|
__ns_get16;
|
|
__libc_res_nquery; __libc_res_nsearch;
|
|
}
|
|
}
|
|
|
|
libnss_dns {
|
|
GLIBC_PRIVATE {
|
|
_nss_dns_gethostbyaddr_r; _nss_dns_gethostbyname2_r;
|
|
_nss_dns_gethostbyname_r; _nss_dns_getnetbyaddr_r;
|
|
_nss_dns_getnetbyname_r;
|
|
}
|
|
}
|
|
|
|
libanl {
|
|
GLIBC_2.2.3 {
|
|
getaddrinfo_a; gai_cancel; gai_error; gai_suspend;
|
|
}
|
|
}
|