diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-06-13 01:21:47 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-06-13 01:21:47 +0000 |
commit | fbedbe9d72d6626b2e8365ea8e54a3a7a42cc561 (patch) | |
tree | 428b4fbdc1be8c1a68903ebd655dc75e22cf372a /misc/sys | |
parent | 04cdaa0865177a315b2dad9dcc2496936c23bc5d (diff) | |
download | glibc-fbedbe9d72d6626b2e8365ea8e54a3a7a42cc561.zip glibc-fbedbe9d72d6626b2e8365ea8e54a3a7a42cc561.tar.gz glibc-fbedbe9d72d6626b2e8365ea8e54a3a7a42cc561.tar.bz2 |
Update.
* misc/sys/cdefs.h: Remove one more __P.
Diffstat (limited to 'misc/sys')
-rw-r--r-- | misc/sys/cdefs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/sys/cdefs.h b/misc/sys/cdefs.h index 78c4192..4d2f8a0 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 |