diff options
author | Ossama Othman <ossama-othman@users.noreply.github.com> | 2004-03-03 04:04:24 +0000 |
---|---|---|
committer | Ossama Othman <ossama-othman@users.noreply.github.com> | 2004-03-03 04:04:24 +0000 |
commit | fd5aaf36916bc8a9bb2c0994a28b6d89c8298043 (patch) | |
tree | 6ffd59d66aaefdeb9f6b7804b41018fbf591018e /ace/OS_NS_unistd.h | |
parent | b62d085b2d4c940889ef4d55d1df7d49ecf29e49 (diff) | |
download | ATCD-fd5aaf36916bc8a9bb2c0994a28b6d89c8298043.tar.gz |
ChangeLogTag:Tue Mar 2 20:03:43 2004 Ossama Othman <ossama@dre.vanderbilt.edu>
Diffstat (limited to 'ace/OS_NS_unistd.h')
-rw-r--r-- | ace/OS_NS_unistd.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ace/OS_NS_unistd.h b/ace/OS_NS_unistd.h index 7b5c88a490c..8fdd8ed1a62 100644 --- a/ace/OS_NS_unistd.h +++ b/ace/OS_NS_unistd.h @@ -74,6 +74,9 @@ namespace ACE_OS { #endif /* ACE_LACKS_CHDIR */ ACE_NAMESPACE_INLINE_FUNCTION + int rmdir (const ACE_TCHAR * path); + + ACE_NAMESPACE_INLINE_FUNCTION int close (ACE_HANDLE handle); ACE_NAMESPACE_INLINE_FUNCTION |