* conform/data/fmtmsg.h-data: Add missing allows.
authorUlrich Drepper <drepper@redhat.com>
Tue, 15 Jan 2008 21:30:09 +0000 (21:30 +0000)
committerUlrich Drepper <drepper@redhat.com>
Tue, 15 Jan 2008 21:30:09 +0000 (21:30 +0000)
* 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.

ChangeLog
conform/data/fmtmsg.h-data
conform/data/ftw.h-data
conform/data/inttypes.h-data
conform/data/math.h-data
conform/data/net/if.h-data
conform/data/netinet/in.h-data
conform/data/signal.h-data
conform/data/sys/socket.h-data

index 92e86ae..1d92318 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
index 25be1ec..da1ed65 100644 (file)
@@ -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
index 229a18a..81c5007 100644 (file)
@@ -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
index 3c13ea9..93e4713 100644 (file)
@@ -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]*
index eb9a450..40312ef 100644 (file)
@@ -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_*
index 8a46252..d019978 100644 (file)
@@ -12,4 +12,5 @@ function {struct if_nameindex*} if_nameindex (void)
 function void if_freenameindex (struct if_nameindex*)
 
 allow *_t
+allow IF_*
 #endif
index 607f97c..83e967b 100644 (file)
@@ -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_*
index 22e07fb..635bdd8 100644 (file)
@@ -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_*
index 61f30ab..dd1f265 100644 (file)
@@ -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