summaryrefslogtreecommitdiffstats
path: root/lib/libc/gen/semctl.c
diff options
context:
space:
mode:
authorrodrigc <rodrigc@FreeBSD.org>2015-09-20 03:58:27 +0000
committerrodrigc <rodrigc@FreeBSD.org>2015-09-20 03:58:27 +0000
commit49c1e7af60e615f705f90c25386a70bf0e8df3bc (patch)
treeb6f5bdec7c930b09b58d9ed6e82979fb3cc69a72 /lib/libc/gen/semctl.c
parent4c66a735a8a5535605a39718c7baa5b3ef42015c (diff)
downloadFreeBSD-src-49c1e7af60e615f705f90c25386a70bf0e8df3bc.zip
FreeBSD-src-49c1e7af60e615f705f90c25386a70bf0e8df3bc.tar.gz
Add declarations to eliminate -Wmissing-prototypes warnings
Diffstat (limited to 'lib/libc/gen/semctl.c')
-rw-r--r--lib/libc/gen/semctl.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libc/gen/semctl.c b/lib/libc/gen/semctl.c
index 156d18c..c68734d 100644
--- a/lib/libc/gen/semctl.c
+++ b/lib/libc/gen/semctl.c
@@ -39,6 +39,7 @@ __FBSDID("$FreeBSD$");
int __semctl(int semid, int semnum, int cmd, union semun *arg);
int freebsd7___semctl(int semid, int semnum, int cmd, union semun_old *arg);
+int freebsd7_semctl(int semid, int semnum, int cmd, ...);
int
semctl(int semid, int semnum, int cmd, ...)
OpenPOWER on IntegriCloud