diff options
author | 2004-04-10 06:48:03 +0000 | |
---|---|---|
committer | 2004-04-10 06:48:03 +0000 | |
commit | 60e289e53e6f3163ba758b43bbf4d40164b9b445 (patch) | |
tree | c8622e1ec1c5379eea450be87401b98cf0bce11e | |
parent | style (diff) | |
download | wireguard-openbsd-60e289e53e6f3163ba758b43bbf4d40164b9b445.tar.xz wireguard-openbsd-60e289e53e6f3163ba758b43bbf4d40164b9b445.zip |
ansi
-rw-r--r-- | lib/libpthread/uthread/uthread_msync.c | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/lib/libpthread/uthread/uthread_msync.c b/lib/libpthread/uthread/uthread_msync.c index 3edde1a31d4..2cbbe9c6f47 100644 --- a/lib/libpthread/uthread/uthread_msync.c +++ b/lib/libpthread/uthread/uthread_msync.c @@ -1,7 +1,7 @@ /* * David Leonard <d@openbsd.org>, 1999. Public Domain. * - * $OpenBSD: uthread_msync.c,v 1.3 1999/11/25 07:01:38 d Exp $ + * $OpenBSD: uthread_msync.c,v 1.4 2004/04/10 06:48:03 brad Exp $ */ #include <sys/types.h> @@ -11,10 +11,7 @@ #include "pthread_private.h" int -msync(addr, len, flags) - void *addr; - size_t len; - int flags; +msync(void *addr, size_t len, int flags) { int ret; |