summaryrefslogtreecommitdiff
path: root/ace/os_include/sys/stat.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/os_include/sys/stat.h')
-rw-r--r--ace/os_include/sys/stat.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/ace/os_include/sys/stat.h b/ace/os_include/sys/stat.h
index 4726ddfac1c..e2bf37037fd 100644
--- a/ace/os_include/sys/stat.h
+++ b/ace/os_include/sys/stat.h
@@ -103,5 +103,15 @@ struct stat
# define _fstat fstat
#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 mode_t umask (mode_t); //sys/stat.h
+ extern int mkfifo (const char *, mode_t); //sys/stat.h
+ extern int mkdir (const char *, mode_t); //sys/stat.h
+#endif /* ACE_PSOS_SNARFS_HEADER_INFO */
+
#include "ace/post.h"
#endif /* ACE_OS_INCLUDE_SYS_STAT_H */