MySQL 9.1.0
Source Code Documentation
|
Types to make file and socket I/O compatible. More...
#include <sys/socket.h>
#include <unistd.h>
#include <errno.h>
#include <limits.h>
#include <sys/types.h>
Go to the source code of this file.
Macros | |
#define | MY_SOCKET_FMT "%d" |
Typedefs | |
typedef int | File |
typedef mode_t | MY_MODE |
typedef socklen_t | socket_len_t |
typedef int | my_socket |
Types to make file and socket I/O compatible.
#define MY_SOCKET_FMT "%d" |
typedef int File |
typedef mode_t MY_MODE |
typedef int my_socket |
typedef socklen_t socket_len_t |