summaryrefslogtreecommitdiff
path: root/PACE/docs
diff options
context:
space:
mode:
authorluther <luther@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-07-17 20:02:49 +0000
committerluther <luther@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-07-17 20:02:49 +0000
commit63b0144b7bebdea43e4d55e31c8ebc006ced57b8 (patch)
treeb44f2ddbb4e0aa9121f93b5821a9184e8db1c24d /PACE/docs
parent8b65da7bc8f33bf39c3a930a04028f168e13a295 (diff)
downloadATCD-63b0144b7bebdea43e4d55e31c8ebc006ced57b8.tar.gz
Mon Jul 17 14:56:31 2000 Luther J Baker <luther@cs.wustl.edu>
Diffstat (limited to 'PACE/docs')
-rw-r--r--PACE/docs/PACE_POSIX_support.txt28
1 files changed, 20 insertions, 8 deletions
diff --git a/PACE/docs/PACE_POSIX_support.txt b/PACE/docs/PACE_POSIX_support.txt
index 75eab1ce093..3007c84691c 100644
--- a/PACE/docs/PACE_POSIX_support.txt
+++ b/PACE/docs/PACE_POSIX_support.txt
@@ -7,7 +7,7 @@ X = NOT SUPPORTED
FILE linux lynxos sunos win32
.............................................................
-aio.h
+<aio.h>
aio_cancel() X
aio_error() X
aio_fsync() X
@@ -17,10 +17,10 @@ aio.h
aio_write() X
lio_listen() X
.............................................................
-assert.h
+<assert.h>
assert() N
.............................................................
-ctype.h
+<ctype.h>
isalnum() N
isalpha() N
iscntrl() N
@@ -34,27 +34,27 @@ ctype.h
isxdigit() N
tolower() N
.............................................................
-dirent.inl
+<dirent.h>
closedir() E
opendir() E
readdir() E
readdir_r() X
rewinddir() X
.............................................................
-fcntl.inl
+<fcntl.h>
creat() X
.............................................................
-grp.inl
+<grp.h>
getgrgid() X
getgrdid_r() X
getgrname() X
getgrname_r() X
.............................................................
-locale.inl
+<locale.h>
localeconv() N
setlocale() N
.............................................................
-math.inl
+<math.h>
acos() N
asin() N
atan() N
@@ -77,4 +77,16 @@ math.inl
fabs() N
floor() N
fmod() N
+.............................................................
+<mman.h>
+ mlock() X
+ mlockall() X
+ mmap() E
+ mprotect() E
+ msync() E
+ munlock() X
+ munlockall() X
+ munmap() E
+ shm_open() X
+ shm_unlink() E
............................................................. \ No newline at end of file