* 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 92e86aeca6620786f94831fb98f91ed82b059898..1d92318d5a07abd24ffa54c66b81bb086d2cabc3 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 25be1ec509474771b1940c51c2139ac0b4c4b8c1..da1ed65ac4483b6045657004176128b7f3832305 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 229a18a4586574470844b85cefcf24bc9ad55c9b..81c50070d16d9f0d3bc185813998328facb6efc1 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 3c13ea9c209b2270af6465f831a3609bed689629..93e4713c95a674793a6462bfda539df4fb692b30 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 eb9a450880acd4cc89ade2048faf9274b97d7683..40312effdd1c9ec9700c71de20e0c67115e0ab79 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 8a462522d1629aaeeb06e7c07cd6ea7a09b331b1..d019978ab5c418dc0dfb70e47391c79251e6cce4 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 607f97c48a0a6314d49252ffc2284d3cdafeff87..83e967bfeee7a5176770348e1f5d31a7a4a64d10 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 22e07fb25737ef38ed7eac92444e9da76f19ffb3..635bdd85c8f8bed6504a7c9be1fe762ae4ba286f 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 61f30abc823cc854a3626ae6cb30da62aeeec943..dd1f265b2bd5639083cdea9cb4fae1ea5f13bc07 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