Browse Source

Remove ftw and nftw as exceptions, add getgrgid_r and getgrnam_r

Eric Andersen 20 years ago
parent
commit
9f24aacae6
1 changed files with 3 additions and 1 deletions
  1. 3 1
      docs/uClibc_vs_SuSv3.txt

+ 3 - 1
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...