Added killpg to signal.h, rearranged getloadavg, putenv, and setenv in

stdlib.h and added unsetenv, added declaration of optreset to unistd.h.
This commit is contained in:
Philip Homburg
2006-06-07 14:36:35 +00:00
parent eaf9e4cff8
commit 3f297ffd9f
3 changed files with 9 additions and 3 deletions

View File

@@ -108,6 +108,7 @@ _PROTOTYPE( __sighandler_t signal, (int _sig, __sighandler_t _func) );
#ifdef _POSIX_SOURCE
_PROTOTYPE( int kill, (pid_t _pid, int _sig) );
_PROTOTYPE( int killpg, (pid_t _pgrp, int _sig) );
_PROTOTYPE( int sigaction,
(int _sig, const struct sigaction *_act, struct sigaction *_oact) );
_PROTOTYPE( int sigaddset, (sigset_t *_set, int _sig) );