summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordhinton <dhinton@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-05-10 21:53:24 +0000
committerdhinton <dhinton@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-05-10 21:53:24 +0000
commita814299202bfb50b46f4e93b16799d48eb763e4a (patch)
tree9d88c7f15ae85190bc4e113587074232df914e19
parent9e34151633a2077ec34d4561a3bd5f5073e36d06 (diff)
downloadATCD-a814299202bfb50b46f4e93b16799d48eb763e4a.tar.gz
ChangeLogTag:Sat May 10 21:39:05 UTC 2003 Don Hinton <dhinton@dresystems.com>
-rw-r--r--ace/os_include/sys/stat.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/ace/os_include/sys/stat.h b/ace/os_include/sys/stat.h
index e2bf37037fd..1f00680de53 100644
--- a/ace/os_include/sys/stat.h
+++ b/ace/os_include/sys/stat.h
@@ -108,9 +108,9 @@ struct stat
// 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
+ extern mode_t umask (mode_t);
+ extern int mkfifo (const char *, mode_t);
+ extern int mkdir (const char *, mode_t);
#endif /* ACE_PSOS_SNARFS_HEADER_INFO */
#include "ace/post.h"