diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-08-24 23:17:47 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-08-24 23:17:47 +0000 |
commit | 6f92ac370bb1140f2e8f7652fa9cf6bb70a3e40f (patch) | |
tree | 5c624f70e4abc2c3575c58c44a72e031a37c2e3b /docs/uClibc_vs_SuSv3.txt | |
parent | 8bdad19e0effc584433918e11f28ce253e29fc93 (diff) |
a64l/l64a are now in uClibc, mkstemp and mktemp already were
Diffstat (limited to 'docs/uClibc_vs_SuSv3.txt')
-rw-r--r-- | docs/uClibc_vs_SuSv3.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/uClibc_vs_SuSv3.txt b/docs/uClibc_vs_SuSv3.txt index b83f6d4ef..a5a9dcd49 100644 --- a/docs/uClibc_vs_SuSv3.txt +++ b/docs/uClibc_vs_SuSv3.txt @@ -58,8 +58,8 @@ interfaces pthread_cleanup_push and pthread_cleanup_pop. Omissions from obligatory interfaces: ------------------------------------- -stdlib.h: _Exit, a64l, l64a, lcong48, lldiv, mkstemp, posix_openpt; - mktemp, ecvt, fcvt +stdlib.h: _Exit, lcong48, lldiv, posix_openpt; + ecvt, fcvt ndbm.h: [all=9] dbm_* utmpx.h: [all=6] *utx* (but functions without "x" do exist!) nl_types.h: [all] catclose, catgets, catopen |