summaryrefslogtreecommitdiffstats
path: root/sys/sys/fcntl.h
diff options
context:
space:
mode:
authoralfred <alfred@FreeBSD.org>2002-03-19 20:18:42 +0000
committeralfred <alfred@FreeBSD.org>2002-03-19 20:18:42 +0000
commit3b2d03b60a11ce28e58a87212bcccedd306f2c81 (patch)
tree233cfc0a5493dd5fb7407b0b8be25bcdc426772d /sys/sys/fcntl.h
parent3f502bc0e38e05c234115d22c39f02e6a4ab4fcb (diff)
downloadFreeBSD-src-3b2d03b60a11ce28e58a87212bcccedd306f2c81.zip
FreeBSD-src-3b2d03b60a11ce28e58a87212bcccedd306f2c81.tar.gz
Remove __P
Diffstat (limited to 'sys/sys/fcntl.h')
-rw-r--r--sys/sys/fcntl.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/sys/fcntl.h b/sys/sys/fcntl.h
index bec6e5d..30f9a09 100644
--- a/sys/sys/fcntl.h
+++ b/sys/sys/fcntl.h
@@ -200,11 +200,11 @@ struct flock {
#include <sys/cdefs.h>
__BEGIN_DECLS
-int open __P((const char *, int, ...));
-int creat __P((const char *, mode_t));
-int fcntl __P((int, int, ...));
+int open(const char *, int, ...);
+int creat(const char *, mode_t);
+int fcntl(int, int, ...);
#ifndef _POSIX_SOURCE
-int flock __P((int, int));
+int flock(int, int);
#endif /* !_POSIX_SOURCE */
__END_DECLS
#endif
OpenPOWER on IntegriCloud