mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-22 13:00:06 +00:00
Update.
* misc/sys/cdefs.h: Remove one more __P.
This commit is contained in:
parent
04cdaa0865
commit
fbedbe9d72
@ -1,5 +1,7 @@
|
||||
2000-06-12 Ulrich Drepper <drepper@redhat.com>
|
||||
|
||||
* misc/sys/cdefs.h: Remove one more __P.
|
||||
|
||||
* sysvipc/sys/shm.h: Move __getpagesize declaration inside extern C.
|
||||
Reported by HJ Lu.
|
||||
|
||||
|
@ -91,7 +91,7 @@
|
||||
semantics, but it's the best we can do).
|
||||
|
||||
Example:
|
||||
int __REDIRECT(setpgrp, __P((__pid_t pid, __pid_t pgrp)), setpgid); */
|
||||
int __REDIRECT(setpgrp, (__pid_t pid, __pid_t pgrp), setpgid); */
|
||||
|
||||
#if defined __GNUC__ && __GNUC__ >= 2
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user