diff options
author | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-12-10 17:43:11 +0000 |
---|---|---|
committer | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-12-10 17:43:11 +0000 |
commit | 8a7dd6e98b157150aecab76850ad7a9068f1a2ca (patch) | |
tree | 965139fc9fc86c6012e1634a0bcb93d789c6cf1e /ace/config-osf1-3.2.h | |
parent | 680eed9f616f3ad3980368f9781b7b5b1771faa3 (diff) | |
download | ATCD-8a7dd6e98b157150aecab76850ad7a9068f1a2ca.tar.gz |
added getpgid () prototype
Diffstat (limited to 'ace/config-osf1-3.2.h')
-rw-r--r-- | ace/config-osf1-3.2.h | 6 |
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 |