summaryrefslogtreecommitdiff
path: root/docs/uClibc_vs_SuSv3.txt
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2003-09-05 23:29:47 +0000
committerEric Andersen <andersen@codepoet.org>2003-09-05 23:29:47 +0000
commit9f24aacae6a39a4a5bb5a58bad629d09cebdedfe (patch)
tree9f6ac3d853d2c360538a70ca6b527d10ffe3a163 /docs/uClibc_vs_SuSv3.txt
parent38303cbca92f0bb13ee3f390915fb2dcfeb5b398 (diff)
Remove ftw and nftw as exceptions, add getgrgid_r and getgrnam_r
Diffstat (limited to 'docs/uClibc_vs_SuSv3.txt')
-rw-r--r--docs/uClibc_vs_SuSv3.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/uClibc_vs_SuSv3.txt b/docs/uClibc_vs_SuSv3.txt
index bae433050..dd2d7748b 100644
--- a/docs/uClibc_vs_SuSv3.txt
+++ b/docs/uClibc_vs_SuSv3.txt
@@ -27,7 +27,9 @@ and the requirements of the SuSv3.
2) Some functions required by SuSv3 are not currently implemented.
Functions listed by SuSv3 but not (yet) included in uClibc:
- fmtmsg, ftw, nftw, <dunno for certain>
+ fmtmsg <not implemented>
+ getgrgid_r <not implemented>
+ getgrnam_r <not implemented>
More to follow when we think of it...