diff options
Diffstat (limited to 'sysvipc/sys/ipc.h')
-rw-r--r-- | sysvipc/sys/ipc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysvipc/sys/ipc.h b/sysvipc/sys/ipc.h index 0ec6ed16e0..16642f4335 100644 --- a/sysvipc/sys/ipc.h +++ b/sysvipc/sys/ipc.h @@ -51,7 +51,7 @@ typedef __key_t key_t; __BEGIN_DECLS /* Generates key for System V style IPC. */ -extern key_t ftok __P ((__const char *__pathname, int __proj_id)); +extern key_t ftok (__const char *__pathname, int __proj_id) __THROW; __END_DECLS |