Skip to content

Commit

Permalink
* conform/data/fmtmsg.h-data: Add missing allows.
Browse files Browse the repository at this point in the history
	* 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.
  • Loading branch information
Ulrich Drepper committed Jan 15, 2008
1 parent eaf95a2 commit fbe90cd
Show file tree
Hide file tree
Showing 9 changed files with 30 additions and 2 deletions.
9 changes: 9 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
1 change: 1 addition & 0 deletions conform/data/fmtmsg.h-data
Original file line number Diff line number Diff line change
Expand Up @@ -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
1 change: 1 addition & 0 deletions conform/data/ftw.h-data
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 3 additions & 1 deletion conform/data/inttypes.h-data
Original file line number Diff line number Diff line change
Expand Up @@ -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]*
2 changes: 2 additions & 0 deletions conform/data/math.h-data
Original file line number Diff line number Diff line change
Expand Up @@ -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_*
1 change: 1 addition & 0 deletions conform/data/net/if.h-data
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,5 @@ function {struct if_nameindex*} if_nameindex (void)
function void if_freenameindex (struct if_nameindex*)

allow *_t
allow IF_*
#endif
6 changes: 5 additions & 1 deletion conform/data/netinet/in.h-data
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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_*
Expand Down
2 changes: 2 additions & 0 deletions conform/data/signal.h-data
Original file line number Diff line number Diff line change
Expand Up @@ -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_*
Expand Down
6 changes: 6 additions & 0 deletions conform/data/sys/socket.h-data
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit fbe90cd

Please sign in to comment.