Add a completed <pwd.h> task.

This commit is contained in:
Mike Barcroft 2002-06-09 19:47:08 +00:00
parent 069afc2f01
commit 1f20675b87
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=13352

View file

@ -1,6 +1,6 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
<!ENTITY base CDATA "../..">
<!ENTITY date "$FreeBSD: www/en/projects/c99/index.sgml,v 1.29 2002/06/03 23:53:58 mike Exp $">
<!ENTITY date "$FreeBSD: www/en/projects/c99/index.sgml,v 1.30 2002/06/07 02:17:17 mike Exp $">
<!ENTITY title "FreeBSD C99 and POSIX Conformance Project">
<!ENTITY email 'standards'>
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
@ -435,6 +435,14 @@
<td> &status.n-a; </td>
</tr>
<tr>
<td> Hide non-conforming portions of &lt;pwd.h&gt;. </td>
<td> &a.mike; </td>
<td> 9 June 2002 </td>
<td> &status.done; </td>
<td> &status.n-a; </td>
</tr>
<tr>
<td> Implement the &lt;stdint.h&gt; and &lt;inttypes.h&gt;
headers. </td>