Changeset View
Changeset View
Standalone View
Standalone View
lib/libc/include/libc_private.h
| Show First 20 Lines • Show All 338 Lines • ▼ Show 20 Lines | |||||
| int __sys_accept(int, struct sockaddr *, __socklen_t *); | int __sys_accept(int, struct sockaddr *, __socklen_t *); | ||||
| int __sys_accept4(int, struct sockaddr *, __socklen_t *, int); | int __sys_accept4(int, struct sockaddr *, __socklen_t *, int); | ||||
| int __sys_clock_gettime(__clockid_t, struct timespec *ts); | int __sys_clock_gettime(__clockid_t, struct timespec *ts); | ||||
| int __sys_clock_nanosleep(__clockid_t, int, | int __sys_clock_nanosleep(__clockid_t, int, | ||||
| const struct timespec *, struct timespec *); | const struct timespec *, struct timespec *); | ||||
| int __sys_close(int); | int __sys_close(int); | ||||
| int __sys_close_range(unsigned, unsigned, int); | int __sys_close_range(unsigned, unsigned, int); | ||||
| int __sys_connect(int, const struct sockaddr *, __socklen_t); | int __sys_connect(int, const struct sockaddr *, __socklen_t); | ||||
| int __sys_fcntl(int, int, ...); | int __sys_fcntl(int, int, __intptr_t); | ||||
| int __sys_fdatasync(int); | int __sys_fdatasync(int); | ||||
| int __sys_fstat(int fd, struct stat *); | int __sys_fstat(int fd, struct stat *); | ||||
| int __sys_fstatfs(int fd, struct statfs *); | int __sys_fstatfs(int fd, struct statfs *); | ||||
| int __sys_fstatat(int, const char *, struct stat *, int); | int __sys_fstatat(int, const char *, struct stat *, int); | ||||
| int __sys_fsync(int); | int __sys_fsync(int); | ||||
| __pid_t __sys_fork(void); | __pid_t __sys_fork(void); | ||||
| int __sys_ftruncate(int, __off_t); | int __sys_ftruncate(int, __off_t); | ||||
| __ssize_t __sys_getdirentries(int, char *, __size_t, __off_t *); | __ssize_t __sys_getdirentries(int, char *, __size_t, __off_t *); | ||||
| ▲ Show 20 Lines • Show All 92 Lines • Show Last 20 Lines | |||||