mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-09 23:00:07 +00:00
* conform/data/fmtmsg.h-data: Add missing allows.
* conform/data/ftw.h-data: Likewise. * conform/data/inttypes.h-data: Likewise. * conform/data/math.h-data: Likewise. * conform/data/signal.h-data: Likewise. * conform/data/net/if.h-data: Likewise. * conform/data/netinet/in.h-data: Likewise. * conform/data/sys/socket.h-data: Likewise.
This commit is contained in:
parent
eaf95a2682
commit
fbe90cd5c7
@ -1,5 +1,14 @@
|
||||
2008-01-15 Ulrich Drepper <drepper@redhat.com>
|
||||
|
||||
* conform/data/fmtmsg.h-data: Add missing allows.
|
||||
* conform/data/ftw.h-data: Likewise.
|
||||
* conform/data/inttypes.h-data: Likewise.
|
||||
* conform/data/math.h-data: Likewise.
|
||||
* conform/data/signal.h-data: Likewise.
|
||||
* conform/data/net/if.h-data: Likewise.
|
||||
* conform/data/netinet/in.h-data: Likewise.
|
||||
* conform/data/sys/socket.h-data: Likewise.
|
||||
|
||||
[BZ #5614]
|
||||
* string/bits/string2.h (__strtok_r_1c): Always update *__NEXTP.
|
||||
(__strtok_r): Simplify.
|
||||
|
@ -59,4 +59,5 @@ macro MM_NOCON
|
||||
function int fmtmsg (long, const char*, int, const char*, const char*, const char*)
|
||||
|
||||
allow *_t
|
||||
allow MM_*
|
||||
#endif
|
||||
|
@ -22,4 +22,5 @@ function int nftw (const char*, int (*) (const char *, const struct stat*, int,
|
||||
allow-header sys/stat.h
|
||||
|
||||
allow *_t
|
||||
allow FTW*
|
||||
#endif
|
||||
|
@ -136,6 +136,8 @@ macro INTMAX_C
|
||||
macro UINTMAX_C
|
||||
|
||||
// The following expressions are not entirely correct but the current
|
||||
// fnamtch implementation doesn't grok the right form.
|
||||
// poorfnmatch implementation doesn't grok the right form.
|
||||
allow INT*
|
||||
allow UINT*
|
||||
allow PRI[Xa-z]*
|
||||
allow SCN[Xa-z]*
|
||||
|
@ -357,4 +357,6 @@ allow scalbl
|
||||
#endif
|
||||
|
||||
allow *_t
|
||||
// The following expressions are not entirely correct but the current
|
||||
// poorfnmatch implementation doesn't grok the right form.
|
||||
allow FP_*
|
||||
|
@ -12,4 +12,5 @@ function {struct if_nameindex*} if_nameindex (void)
|
||||
function void if_freenameindex (struct if_nameindex*)
|
||||
|
||||
allow *_t
|
||||
allow IF_*
|
||||
#endif
|
||||
|
@ -59,7 +59,7 @@ function uint32_t ntohl (uint32_t)
|
||||
function uint16_t ntohs (uint16_t)
|
||||
|
||||
allow-header inttypes.h
|
||||
allow-header arpa/inet.h
|
||||
allow-header sys/socket.h
|
||||
|
||||
constant INET6_ADDRSTRLEN 46
|
||||
|
||||
@ -83,8 +83,12 @@ macro IN6_IS_ADDR_MC_SITELOCAL
|
||||
macro IN6_IS_ADDR_MC_ORGLOCAL
|
||||
macro IN6_IS_ADDR_MC_GLOBAL
|
||||
|
||||
allow IMPLINK_*
|
||||
allow IN_*
|
||||
allow IN6_*
|
||||
allow INADDR_*
|
||||
allow IP_*
|
||||
allow IPV6_*
|
||||
allow IPPORT_*
|
||||
allow IPPROTO_*
|
||||
allow SOCK_*
|
||||
|
@ -180,6 +180,8 @@ function int sigtimedwait (const sigset_t*, siginfo_t*, const struct timespec*)
|
||||
function int sigwait (const sigset_t*, int*)
|
||||
function int sigwaitinfo (const sigset_t*, siginfo_t*)
|
||||
|
||||
// The following expressions are not entirely correct but the current
|
||||
// poorfnmatch implementation doesn't grok the right form.
|
||||
allow SIG*
|
||||
allow sa_*
|
||||
allow uc_*
|
||||
|
@ -118,4 +118,10 @@ allow msg_*
|
||||
allow cmsg_*
|
||||
allow l_*
|
||||
allow SO*
|
||||
allow AF_*
|
||||
allow CMSG_*
|
||||
allow MSG_*
|
||||
allow PF_*
|
||||
allow SCM_*
|
||||
allow SHUT_*
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user