diff options
Diffstat (limited to 'sysvipc/sys/sem.h')
-rw-r--r-- | sysvipc/sys/sem.h | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/sysvipc/sys/sem.h b/sysvipc/sys/sem.h index 84bcc5a0fc..f509d9b4a2 100644 --- a/sysvipc/sys/sem.h +++ b/sysvipc/sys/sem.h @@ -1,6 +1,5 @@ -/* Copyright (C) 1995, 1996 Free Software Foundation, Inc. +/* Copyright (C) 1995, 1996, 1997 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper <drepper@gnu.ai.mit.edu>, August 1995. The GNU C Library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public License as @@ -30,8 +29,6 @@ /* Get system dependent definition of `struct semid_ds' and more. */ #include <bits/sem.h> -__BEGIN_DECLS - /* The following System V style IPC functions implement a semaphore handling. The definition is found in XPG2. */ @@ -44,6 +41,8 @@ struct sembuf }; +__BEGIN_DECLS + /* Semaphore control operation. */ extern int semctl __P ((int __semid, int __semnum, int __cmd, union semun __arg)); |