summaryrefslogtreecommitdiffstats
path: root/sys/sys/sem.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/sys/sem.h')
-rw-r--r--sys/sys/sem.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/sys/sem.h b/sys/sys/sem.h
index c6ab60c..27e5ce8 100644
--- a/sys/sys/sem.h
+++ b/sys/sys/sem.h
@@ -1,4 +1,4 @@
-/* $Id: sem.h,v 1.7 1995/12/27 15:25:30 joerg Exp $ */
+/* $Id: sem.h,v 1.8 1996/06/12 05:11:08 gpalmer Exp $ */
/* $NetBSD: sem.h,v 1.5 1994/06/29 06:45:15 cgd Exp $ */
/*
@@ -172,7 +172,7 @@ typedef enum {
__BEGIN_DECLS
int semsys __P((int, ...));
-int semctl __P((int, int, int, union semun));
+int semctl __P((int, int, int, union semun *));
int semget __P((key_t, int, int));
int semop __P((int, struct sembuf *,unsigned));
__END_DECLS
OpenPOWER on IntegriCloud