GDBserver
|
Go to the source code of this file.
Macros | |
#define | _GL_UNISTD_H |
#define | _GL_UNISTD_INLINE _GL_INLINE |
#define | STDIN_FILENO 0 |
#define | STDOUT_FILENO 1 |
#define | STDERR_FILENO 2 |
#define | F_OK 0 |
#define | X_OK 1 |
#define | W_OK 2 |
#define | R_OK 4 |
Functions | |
_GL_CXXALIAS_SYS (chdir, int,(const char *file) _GL_ARG_NONNULL((1))) | |
_GL_CXXALIASWARN (chdir) | |
_GL_CXXALIAS_SYS (readlink, ssize_t,(const char *file, char *buf, size_t bufsize)) | |
_GL_CXXALIASWARN (readlink) | |
_GL_CXXALIAS_SYS (rmdir, int,(char const *name)) | |
_GL_CXXALIASWARN (rmdir) | |
#define _GL_UNISTD_INLINE _GL_INLINE |
_GL_CXXALIAS_SYS | ( | chdir | , |
int | , | ||
(const char *file) _GL_ARG_NONNULL((1)) | |||
) |
_GL_CXXALIAS_SYS | ( | readlink | , |
ssize_t | , | ||
(const char *file, char *buf, size_t bufsize) | |||
) |
_GL_CXXALIAS_SYS | ( | rmdir | , |
int | , | ||
(char const *name) | |||
) |
_GL_CXXALIASWARN | ( | chdir | ) |
_GL_CXXALIASWARN | ( | readlink | ) |
_GL_CXXALIASWARN | ( | rmdir | ) |