|
static inline _syscall3(int, __syscall_getdents64, int, fd, unsigned char *, dirp, size_t, count);
|
|
static inline _syscall3(int, __syscall_getdents64, int, fd, unsigned char *, dirp, size_t, count);
|
|
ssize_t attribute_hidden __getdents64 (int fd, char *buf, size_t nbytes)
|
|
ssize_t attribute_hidden __getdents64 (int fd, char *buf, size_t nbytes)
|