diff options
author | Ossama Othman <ossama-othman@users.noreply.github.com> | 2000-01-23 22:10:24 +0000 |
---|---|---|
committer | Ossama Othman <ossama-othman@users.noreply.github.com> | 2000-01-23 22:10:24 +0000 |
commit | 5f62a8ff5bd183f9cafb1b9f3d6f9acb162380b5 (patch) | |
tree | 60c1316bbb0f9a561aa4cea017c1fe1086cf118d /ace/OS.h | |
parent | f0c5d04e46c33c5bd8b8e2c4edf64cb1a761fee8 (diff) | |
download | ATCD-5f62a8ff5bd183f9cafb1b9f3d6f9acb162380b5.tar.gz |
ChangeLogTag:Sun Jan 23 14:08:12 2000 Ossama Othman <ossama@uci.edu>
Diffstat (limited to 'ace/OS.h')
-rw-r--r-- | ace/OS.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -5787,7 +5787,9 @@ public: static int getpagesize (void); static int allocation_granularity (void); + static gid_t getgid (void); + static int setgid (gid_t); static pid_t getpid (void); static pid_t getpgid (pid_t pid); static pid_t getppid (void); |