summaryrefslogtreecommitdiff
path: root/ace/config-lynxos.h
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-01-29 16:52:10 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-01-29 16:52:10 +0000
commit446996eb208b677d1420635e874af221f8a73752 (patch)
tree27962c33d2d36ef29852b485f4b81698e4799aad /ace/config-lynxos.h
parent49ae1ae277a0463a7348d15e65b853d2b26fccdf (diff)
downloadATCD-446996eb208b677d1420635e874af221f8a73752.tar.gz
added putenv declaration
Diffstat (limited to 'ace/config-lynxos.h')
-rw-r--r--ace/config-lynxos.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/ace/config-lynxos.h b/ace/config-lynxos.h
index 9380ce49417..05261208ebb 100644
--- a/ace/config-lynxos.h
+++ b/ace/config-lynxos.h
@@ -193,6 +193,9 @@
#define ACE_PAGE_SIZE 4096
extern "C"
-int getopt(int, char *const *, const char *);
+{
+ int getopt (int, char *const *, const char *);
+ int putenv (const char *);
+}
#endif /* ACE_CONFIG_H */