diff options
| author | Pedro F. Giffuni <pfg@FreeBSD.org> | 2014-09-18 17:18:42 +0000 |
|---|---|---|
| committer | Pedro F. Giffuni <pfg@FreeBSD.org> | 2014-09-18 17:18:42 +0000 |
| commit | d9446691c8a1be8a232340d0566aa5c93bd4271e (patch) | |
| tree | b1e27dbb76f5171463e50e519f767e4d2117d4e0 /include | |
| parent | 71623478718c4001a1335eb20694f98256a2ad15 (diff) | |
Notes
Diffstat (limited to 'include')
| -rw-r--r-- | include/unistd.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/unistd.h b/include/unistd.h index f1913b693458..4ff516c3d7a1 100644 --- a/include/unistd.h +++ b/include/unistd.h @@ -453,7 +453,6 @@ int encrypt(char *, int); long gethostid(void); int lockf(int, int, off_t); int nice(int); -int setpgrp(pid_t _pid, pid_t _pgrp); /* obsoleted by setpgid() */ int setregid(gid_t, gid_t); int setreuid(uid_t, uid_t); @@ -567,6 +566,7 @@ int setkey(const char *); int setlogin(const char *); int setloginclass(const char *); void *setmode(const char *); +int setpgrp(pid_t _pid, pid_t _pgrp); /* obsoleted by setpgid() */ void setproctitle(const char *_fmt, ...) __printf0like(1, 2); int setresgid(gid_t, gid_t, gid_t); int setresuid(uid_t, uid_t, uid_t); |
