summaryrefslogtreecommitdiff
path: root/ace/config-osf1-3.2.h
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-12-10 17:43:11 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-12-10 17:43:11 +0000
commit8a7dd6e98b157150aecab76850ad7a9068f1a2ca (patch)
tree965139fc9fc86c6012e1634a0bcb93d789c6cf1e /ace/config-osf1-3.2.h
parent680eed9f616f3ad3980368f9781b7b5b1771faa3 (diff)
downloadATCD-8a7dd6e98b157150aecab76850ad7a9068f1a2ca.tar.gz
added getpgid () prototype
Diffstat (limited to 'ace/config-osf1-3.2.h')
-rw-r--r--ace/config-osf1-3.2.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/ace/config-osf1-3.2.h b/ace/config-osf1-3.2.h
index 29fcb870c18..92cfa2a8110 100644
--- a/ace/config-osf1-3.2.h
+++ b/ace/config-osf1-3.2.h
@@ -15,9 +15,9 @@
// DF: DEC's CXX supports explicit template specialization.
#define ACE_HAS_TEMPLATE_SPECIALIZATION
-// DF: 3.2 has getpgid but no prototype defined anywhere so we do not
-// use it. I suppose we could add a prototype somewhere but that would
-// be cheating.
+// DF: 3.2 has getpgid but no prototype defined anywhere. So we cheat
+// and declare it here.
+extern "C" pid_t getpgid (pid_t);
// DF: ACE_HAS_STRING_CLASS seems the right thing to do...
#define ACE_HAS_STRING_CLASS