diff options
| author | 2005-12-30 04:02:17 +0000 | |
|---|---|---|
| committer | 2005-12-30 04:02:17 +0000 | |
| commit | 519e4b18b63754091a14a99ae25ecc64a398e069 (patch) | |
| tree | 5f96332a03b1f5d6711d80ce89de1df7f913ffad /sys/kern/syscalls.c | |
| parent | remove #if __NetBSD__ and device_ptr_t. its more readable and less (diff) | |
| download | wireguard-openbsd-519e4b18b63754091a14a99ae25ecc64a398e069.tar.xz wireguard-openbsd-519e4b18b63754091a14a99ae25ecc64a398e069.zip | |
change thrwakeup to take an argument which specifies how many threads
to wakeup.
Diffstat (limited to 'sys/kern/syscalls.c')
| -rw-r--r-- | sys/kern/syscalls.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/kern/syscalls.c b/sys/kern/syscalls.c index 219d9763cdf..eabf463a68d 100644 --- a/sys/kern/syscalls.c +++ b/sys/kern/syscalls.c @@ -1,4 +1,4 @@ -/* $OpenBSD: syscalls.c,v 1.92 2005/12/13 06:04:14 tedu Exp $ */ +/* $OpenBSD: syscalls.c,v 1.93 2005/12/30 04:02:17 tedu Exp $ */ /* * System call names. |
