about summary refs log tree commit diff
path: root/misc
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2000-06-13 01:21:47 +0000
committerUlrich Drepper <drepper@redhat.com>2000-06-13 01:21:47 +0000
commitfbedbe9d72d6626b2e8365ea8e54a3a7a42cc561 (patch)
tree428b4fbdc1be8c1a68903ebd655dc75e22cf372a /misc
parent04cdaa0865177a315b2dad9dcc2496936c23bc5d (diff)
downloadglibc-fbedbe9d72d6626b2e8365ea8e54a3a7a42cc561.tar.gz
glibc-fbedbe9d72d6626b2e8365ea8e54a3a7a42cc561.tar.xz
glibc-fbedbe9d72d6626b2e8365ea8e54a3a7a42cc561.zip
Update.
	* misc/sys/cdefs.h: Remove one more __P.
Diffstat (limited to 'misc')
-rw-r--r--misc/sys/cdefs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/sys/cdefs.h b/misc/sys/cdefs.h
index 78c419244a..4d2f8a064a 100644
--- a/misc/sys/cdefs.h
+++ b/misc/sys/cdefs.h
@@ -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