Remove these functions from the list as they appear to be implemented: * lldiv * posix_openpt * strerror_r * sigsetjmp * pselect * waitid * sigqueue
Signed-off-by: Will Newton <[email protected]> --- docs/uClibc_vs_SuSv3.txt | 7 +------ 1 files changed, 1 insertions(+), 6 deletions(-) diff --git a/docs/uClibc_vs_SuSv3.txt b/docs/uClibc_vs_SuSv3.txt index 888983b..e5ef7ac 100644 --- a/docs/uClibc_vs_SuSv3.txt +++ b/docs/uClibc_vs_SuSv3.txt @@ -30,7 +30,7 @@ http://lists.uclibc.org/pipermail/uclibc/2004-March/029390.html call has finished. *) Missing obligatory interfaces - stdlib.h: _Exit, lcong48, lldiv, posix_openpt; + stdlib.h: _Exit, lcong48; ecvt, fcvt ndbm.h: [all=9] dbm_* utmpx.h: [all=6] *utx* (but functions without "x" do exist!) @@ -38,12 +38,8 @@ http://lists.uclibc.org/pipermail/uclibc/2004-March/029390.html unistd.h: getwd, ualarm inttypes.h: imaxdiv fmtmsg.h: fmtmsg - string.h: strerror_r - setjmp.h: setsigjmp monetary.h: strfmon - sys/select.h: pselect sys/socket.h: sockatmark - sys/wait.h: waitid *) Missing optional interfaces trace.h: (depends on TRC) [all=50] posix_trace_* @@ -64,7 +60,6 @@ http://lists.uclibc.org/pipermail/uclibc/2004-March/029390.html posix_typed_mem_getinfo, posix_typed_mem_open (depend on TYM); shm_open, shm_unlink (depend on SHM) fcntl.h: posix_fallocate (depend on ADV) - signal.h: sigqueue (depends on RTS) *) Missing math interfaces math.h: [126] many -- 1.7.3.4
From 01fdd57cd66e528edd121bdcf98422e5346f22c7 Mon Sep 17 00:00:00 2001 From: Will Newton <[email protected]> Date: Mon, 14 Mar 2011 14:53:07 +0000 Subject: [PATCH 2/2] docs/uClibc_vs_SuSv3.txt: Remove a number of functions. Remove these functions from the list as they appear to be implemented: * lldiv * posix_openpt * strerror_r * sigsetjmp * pselect * waitid * sigqueue Signed-off-by: Will Newton <[email protected]> --- docs/uClibc_vs_SuSv3.txt | 7 +------ 1 files changed, 1 insertions(+), 6 deletions(-) diff --git a/docs/uClibc_vs_SuSv3.txt b/docs/uClibc_vs_SuSv3.txt index 888983b..e5ef7ac 100644 --- a/docs/uClibc_vs_SuSv3.txt +++ b/docs/uClibc_vs_SuSv3.txt @@ -30,7 +30,7 @@ http://lists.uclibc.org/pipermail/uclibc/2004-March/029390.html call has finished. *) Missing obligatory interfaces - stdlib.h: _Exit, lcong48, lldiv, posix_openpt; + stdlib.h: _Exit, lcong48; ecvt, fcvt ndbm.h: [all=9] dbm_* utmpx.h: [all=6] *utx* (but functions without "x" do exist!) @@ -38,12 +38,8 @@ http://lists.uclibc.org/pipermail/uclibc/2004-March/029390.html unistd.h: getwd, ualarm inttypes.h: imaxdiv fmtmsg.h: fmtmsg - string.h: strerror_r - setjmp.h: setsigjmp monetary.h: strfmon - sys/select.h: pselect sys/socket.h: sockatmark - sys/wait.h: waitid *) Missing optional interfaces trace.h: (depends on TRC) [all=50] posix_trace_* @@ -64,7 +60,6 @@ http://lists.uclibc.org/pipermail/uclibc/2004-March/029390.html posix_typed_mem_getinfo, posix_typed_mem_open (depend on TYM); shm_open, shm_unlink (depend on SHM) fcntl.h: posix_fallocate (depend on ADV) - signal.h: sigqueue (depends on RTS) *) Missing math interfaces math.h: [126] many -- 1.7.3.4
_______________________________________________ uClibc mailing list [email protected] http://lists.busybox.net/mailman/listinfo/uclibc
