diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-08-18 00:56:32 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-08-18 00:56:32 +0000 |
commit | 2d54f7ff7bd9c6b60220e15efc0608e9059956e9 (patch) | |
tree | 14ee7ec7bc8082005fe38f9f5fdffb1fc8567119 /docs/uClibc_vs_SuSv3.txt | |
parent | cefed3e10395e756b1199b45a44652c772fa4323 (diff) |
posix_memalign and posix_fadvise are in uClibc now
Diffstat (limited to 'docs/uClibc_vs_SuSv3.txt')
-rw-r--r-- | docs/uClibc_vs_SuSv3.txt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/uClibc_vs_SuSv3.txt b/docs/uClibc_vs_SuSv3.txt index 35c0ea9e2..b83f6d4ef 100644 --- a/docs/uClibc_vs_SuSv3.txt +++ b/docs/uClibc_vs_SuSv3.txt @@ -93,9 +93,8 @@ stropts.h: (depends on XSR) isastream, {g,s}et{,p}msg, fattach, fdetach sys/mman.h: posix_madvice (depends on ADV); posix_mem_offset, posix_typed_mem_getinfo, posix_typed_mem_open (depend on TYM); shm_open, shm_unlink (depend on SHM) -fcntl.h: posix_fadvice, posix_fallocate (depend on ADV) +fcntl.h: posix_fallocate (depend on ADV) signal.h: sigqueue (depends on RTS) -stdlib.h: posix_memalign (depends on ADV) Unimplemented mathematical interfaces: |