#include <minix/config.h>#include <sys/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>Include dependency graph for lib.h:

This graph shows which files directly or indirectly include this file:

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)) | |
|
|
|
|
|
|
|
|
|
|
|
Definition at line 26 of file lib.h. Referenced by _exit(), _pm_findproc(), alarm(), allocmem(), brk(), fork(), freemem(), getegid(), geteuid(), getgid(), getnpid(), getpgrp(), getpid(), getppid(), getpriority(), gettimeofday(), getuid(), kill(), pause(), ptrace(), reboot(), setegid(), seteuid(), setgid(), setpriority(), setsid(), setuid(), sigaction(), sigpending(), sigprocmask(), sigreturn(), sigsuspend(), stime(), svrctl(), time(), times(), wait(), and waitpid(). |
|
||||||||||||
|
|
|
||||||||||||
|
|
|
||||||||||||
|
|
|
||||||||||||
|
|
|
||||||||||||
|
|
1.4.6