Minor changes for new library functions at PM.
This commit is contained in:
@@ -109,6 +109,7 @@ _PROTOTYPE( int getgroups, (int _gidsetsize, gid_t _grouplist[]) );
|
||||
_PROTOTYPE( char *getlogin, (void) );
|
||||
_PROTOTYPE( pid_t getpgrp, (void) );
|
||||
_PROTOTYPE( pid_t getpid, (void) );
|
||||
_PROTOTYPE( pid_t getnpid, (int proc_nr) );
|
||||
_PROTOTYPE( pid_t getppid, (void) );
|
||||
_PROTOTYPE( uid_t getuid, (void) );
|
||||
_PROTOTYPE( int isatty, (int _fd) );
|
||||
@@ -162,6 +163,8 @@ _PROTOTYPE( int fttyslot, (int _fd) );
|
||||
_PROTOTYPE( char *crypt, (const char *_key, const char *_salt) );
|
||||
_PROTOTYPE( int getsysinfo, (int who, int what, void *where) );
|
||||
_PROTOTYPE( int getprocnr, (void) );
|
||||
_PROTOTYPE( int getnprocnr, (pid_t pid) );
|
||||
_PROTOTYPE( int getpprocnr, (void) );
|
||||
_PROTOTYPE( int findproc, (char *proc_name, int *proc_nr) );
|
||||
_PROTOTYPE( int allocmem, (phys_bytes size, phys_bytes *base) );
|
||||
_PROTOTYPE( int freemem, (phys_bytes size, phys_bytes base) );
|
||||
|
||||
Reference in New Issue
Block a user