summaryrefslogtreecommitdiffstats
path: root/sys/sys/syscall.h
diff options
context:
space:
mode:
authorjasone <jasone@FreeBSD.org>2000-01-14 02:53:29 +0000
committerjasone <jasone@FreeBSD.org>2000-01-14 02:53:29 +0000
commit241bd93929c50045d997159647c990ce30a09b38 (patch)
treee533e938e06d1bbf52b15ac617cd9ac2788c42ed /sys/sys/syscall.h
parent5955c7b34496a4da6142bb7a85bdab015975afce (diff)
downloadFreeBSD-src-241bd93929c50045d997159647c990ce30a09b38.zip
FreeBSD-src-241bd93929c50045d997159647c990ce30a09b38.tar.gz
Add aio_waitcomplete(). Make aio work correctly for socket descriptors.
Make gratuitous style(9) fixes (me, not the submitter) to make the aio code more readable. PR: kern/12053 Submitted by: Chris Sedore <cmsedore@maxwell.syr.edu>
Diffstat (limited to 'sys/sys/syscall.h')
-rw-r--r--sys/sys/syscall.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/sys/syscall.h b/sys/sys/syscall.h
index d438e57..c3dcd0c 100644
--- a/sys/sys/syscall.h
+++ b/sys/sys/syscall.h
@@ -3,7 +3,7 @@
*
* DO NOT EDIT-- this file is automatically generated.
* $FreeBSD$
- * created from FreeBSD: src/sys/kern/syscalls.master,v 1.68 1999/12/19 05:54:46 rwatson Exp
+ * created from FreeBSD: src/sys/kern/syscalls.master,v 1.69 1999/12/21 20:21:11 alfred Exp
*/
#define SYS_syscall 0
@@ -279,4 +279,5 @@
#define SYS_extattr_set_file 356
#define SYS_extattr_get_file 357
#define SYS_extattr_delete_file 358
-#define SYS_MAXSYSCALL 359
+#define SYS_aio_waitcomplete 359
+#define SYS_MAXSYSCALL 360
OpenPOWER on IntegriCloud