Changeset View
Changeset View
Standalone View
Standalone View
sys/kern/syscalls.master
| Show First 20 Lines • Show All 610 Lines • ▼ Show 20 Lines | int dup2( | ||||
| u_int to | u_int to | ||||
| ); | ); | ||||
| } | } | ||||
| 91 AUE_NULL RESERVED | 91 AUE_NULL RESERVED | ||||
| 92 AUE_FCNTL STD|CAPENABLED { | 92 AUE_FCNTL STD|CAPENABLED { | ||||
| int fcntl( | int fcntl( | ||||
| int fd, | int fd, | ||||
| int cmd, | int cmd, | ||||
| long arg | intptr_t arg | ||||
| ); | ); | ||||
| } | } | ||||
| ; XXX should be { int fcntl(int fd, int cmd, ...); } | ; XXX should be { int fcntl(int fd, int cmd, ...); } | ||||
| ; but we're not ready for varargs. | ; but we're not ready for varargs. | ||||
| 93 AUE_SELECT STD|CAPENABLED { | 93 AUE_SELECT STD|CAPENABLED { | ||||
| int select( | int select( | ||||
| int nd, | int nd, | ||||
| _Inout_opt_ fd_set *in, | _Inout_opt_ fd_set *in, | ||||
| ▲ Show 20 Lines • Show All 2,710 Lines • Show Last 20 Lines | |||||