diff options
author | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-10-29 16:31:53 +0000 |
---|---|---|
committer | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-10-29 16:31:53 +0000 |
commit | 6ccfed8281a0e3bc2e352affe9547bd03fa5062b (patch) | |
tree | dc1e8942ad3681a0da1f588a6935d11307923b3e /ace/config-lynxos.h | |
parent | a7bda2603f01b6a2e149a3e4e5a6b09f2f28504f (diff) | |
download | ATCD-6ccfed8281a0e3bc2e352affe9547bd03fa5062b.tar.gz |
fixed ACE_LACKS_POSIX_PROTOTYPES_FOR_SOME_FUNCS and added getopt () 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 7373d5f23e3..3dc9ea74fa9 100644 --- a/ace/config-lynxos.h +++ b/ace/config-lynxos.h @@ -79,7 +79,7 @@ #define ACE_HAS_BROKEN_WRITEV #define ACE_HAS_BROKEN_READV #define ACE_HAS_BROKEN_SETRLIMIT -#define ACE_LACKS_POSIX_PROTO_FOR_SOME_FUNCS +#define ACE_LACKS_POSIX_PROTOTYPES_FOR_SOME_FUNCS // Platform supports IP multicast #define ACE_HAS_IP_MULTICAST @@ -192,4 +192,7 @@ // Defines the page size of the system. #define ACE_PAGE_SIZE 4096 +extern "C" +int getopt(int, char *const *, cons char *); + #endif /* ACE_CONFIG_H */ |