#include <stdint.h>
#include <signal.h>
#include <sys/types.h>
#include <sys/time.h>
#include <sys/socket.h>
Go to the source code of this file.
Classes | |
struct | uv__statx |
struct | uv__statx_timestamp |
Macros | |
#define | _GNU_SOURCE |
Functions | |
int | uv__dup3 (int oldfd, int newfd, int flags) |
ssize_t | uv__getrandom (void *buf, size_t buflen, unsigned flags) |
ssize_t | uv__preadv (int fd, const struct iovec *iov, int iovcnt, int64_t offset) |
ssize_t | uv__pwritev (int fd, const struct iovec *iov, int iovcnt, int64_t offset) |
int | uv__statx (int dirfd, const char *path, int flags, unsigned int mask, struct uv__statx *statxbuf) |
#define _GNU_SOURCE |
Definition at line 26 of file linux-syscalls.h.
ssize_t uv__getrandom | ( | void * | buf, |
size_t | buflen, | ||
unsigned | flags | ||
) |
Definition at line 199 of file linux-syscalls.c.
Definition at line 156 of file linux-syscalls.c.
Definition at line 165 of file linux-syscalls.c.