|
Lines 89-94
int tcsendbreak(int, int);
Link Here
|
| 89 |
void unsetenv(const char *); |
89 |
void unsetenv(const char *); |
| 90 |
#endif |
90 |
#endif |
| 91 |
|
91 |
|
|
|
92 |
#ifndef HAVE_INITGROUPS |
| 93 |
int initgroups(const char *, gid_t); |
| 94 |
#endif |
| 95 |
|
| 96 |
#ifndef HAVE_SETGROUPS |
| 97 |
int setgroups(size_t, const gid_t *); |
| 98 |
#endif |
| 99 |
|
| 92 |
/* wrapper for signal interface */ |
100 |
/* wrapper for signal interface */ |
| 93 |
typedef void (*mysig_t)(int); |
101 |
typedef void (*mysig_t)(int); |
| 94 |
mysig_t mysignal(int sig, mysig_t act); |
102 |
mysig_t mysignal(int sig, mysig_t act); |