Преглед на файлове

Remove ftw and nftw as exceptions, add getgrgid_r and getgrnam_r

Eric Andersen преди 22 години
родител
ревизия
9f24aacae6
променени са 1 файла, в които са добавени 3 реда и са изтрити 1 реда
  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...