#include <minix/config.h>#include <minix/types.h>#include <limits.h>#include <errno.h>#include <ansi.h>#include <minix/const.h>#include <minix/com.h>#include <minix/type.h>#include <minix/callnr.h>#include <minix/ipc.h>Go to the source code of this file.
Defines | |
| #define | _POSIX_SOURCE 1 |
| #define | _MINIX 1 |
| #define | MM PM_PROC_NR |
| #define | FS FS_PROC_NR |
Functions | |
| _PROTOTYPE (int __execve,(const char *_path, char *const _argv[], char *const _envp[], int _nargs, int _nenvps)) | |
| _PROTOTYPE (int _syscall,(int _who, int _syscallnr, message *_msgptr)) | |
| _PROTOTYPE (void _loadname,(const char *_name, message *_msgptr)) | |
| _PROTOTYPE (int _len,(const char *_s)) | |
| _PROTOTYPE (void _begsig,(int _dummy)) | |
| _PROTOTYPE | ( | void | _begsig, | |
| (int _dummy) | ||||
| ) |
| _PROTOTYPE | ( | int | _len, | |
| (const char *_s) | ||||
| ) |
| _PROTOTYPE | ( | void | _loadname, | |
| (const char *_name, message *_msgptr) | ||||
| ) |
| _PROTOTYPE | ( | int | _syscall, | |
| (int _who, int _syscallnr, message *_msgptr) | ||||
| ) |
| _PROTOTYPE | ( | int | __execve, | |
| (const char *_path, char *const _argv[], char *const _envp[], int _nargs, int _nenvps) | ||||
| ) |
1.5.8