Changeset View
Changeset View
Standalone View
Standalone View
sys/compat/freebsd32/syscalls.master
Show First 20 Lines • Show All 1,161 Lines • ▼ Show 20 Lines | |||||
573 AUE_NULL NOPROTO { int sigfastblock(int cmd, uint32_t *ptr); } | 573 AUE_NULL NOPROTO { int sigfastblock(int cmd, uint32_t *ptr); } | ||||
574 AUE_REALPATHAT NOPROTO { int __realpathat(int fd, const char *path, \ | 574 AUE_REALPATHAT NOPROTO { int __realpathat(int fd, const char *path, \ | ||||
char *buf, size_t size, int flags); } | char *buf, size_t size, int flags); } | ||||
575 AUE_CLOSERANGE NOPROTO { int close_range(u_int lowfd, u_int highfd, \ | 575 AUE_CLOSERANGE NOPROTO { int close_range(u_int lowfd, u_int highfd, \ | ||||
int flags); } | int flags); } | ||||
; 576 is initialised by the krpc code, if present. | ; 576 is initialised by the krpc code, if present. | ||||
576 AUE_NULL NOSTD|NOPROTO { int rpctls_syscall(int op, \ | 576 AUE_NULL NOSTD|NOPROTO { int rpctls_syscall(int op, \ | ||||
const char *path); } | const char *path); } | ||||
577 AUE_EVENTFD NOPROTO { int eventfd(unsigned int initval, int flags); } | |||||
; vim: syntax=off | ; vim: syntax=off |