summaryrefslogtreecommitdiff
path: root/ace/OS.h
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2000-01-23 22:10:24 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2000-01-23 22:10:24 +0000
commit5f62a8ff5bd183f9cafb1b9f3d6f9acb162380b5 (patch)
tree60c1316bbb0f9a561aa4cea017c1fe1086cf118d /ace/OS.h
parentf0c5d04e46c33c5bd8b8e2c4edf64cb1a761fee8 (diff)
downloadATCD-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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/ace/OS.h b/ace/OS.h
index e7c29282186..c816bf0b0c5 100644
--- a/ace/OS.h
+++ b/ace/OS.h
@@ -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);