summaryrefslogtreecommitdiff
path: root/ace/os_include/unistd.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/os_include/unistd.h')
-rw-r--r--ace/os_include/unistd.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/ace/os_include/unistd.h b/ace/os_include/unistd.h
index 7b37e73e18c..a99ae3183be 100644
--- a/ace/os_include/unistd.h
+++ b/ace/os_include/unistd.h
@@ -87,5 +87,17 @@ extern "C" ACE_LOFF_T llseek (int fd, ACE_LOFF_T offset, int whence);
# define _isatty isatty
#endif /* __BORLANDC__ */
+#if defined (ACE_PSOS_SNARFS_HEADER_INFO)
+ // Header information snarfed from compiler provided header files
+ // that are not included because there is already an identically
+ // named file provided with pSOS, which does not have this info
+ // from compiler supplied header
+ extern int getopt(int, char *const *, const char *);
+ int isatty (int h);
+#endif /* ACE_PSOS_SNARFS_HEADER_INFO */
+
+
+
+
#include "ace/post.h"
#endif /* ACE_OS_INCLUDE_UNISTD_H */