diff options
author | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-01-29 16:52:10 +0000 |
---|---|---|
committer | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-01-29 16:52:10 +0000 |
commit | 446996eb208b677d1420635e874af221f8a73752 (patch) | |
tree | 27962c33d2d36ef29852b485f4b81698e4799aad /ace/config-lynxos.h | |
parent | 49ae1ae277a0463a7348d15e65b853d2b26fccdf (diff) | |
download | ATCD-446996eb208b677d1420635e874af221f8a73752.tar.gz |
added putenv declaration
Diffstat (limited to 'ace/config-lynxos.h')
-rw-r--r-- | ace/config-lynxos.h | 5 |
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 */ |