Add statvfs() and <sys/statvfs.h> tasks, assigned to nobody.

(IWBRNI this file contained some guidance on sort order.)
This commit is contained in:
Garrett Wollman 2002-06-11 19:13:44 +00:00
parent ef5217e5f1
commit 252e0942ad
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=13366

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.30 2002/06/07 02:17:17 mike Exp $">
<!ENTITY date "$FreeBSD: www/en/projects/c99/index.sgml,v 1.31 2002/06/09 19:47:08 mike Exp $">
<!ENTITY title "FreeBSD C99 and POSIX Conformance Project">
<!ENTITY email 'standards'>
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
@ -170,6 +170,14 @@
<td colspan="5" class="section"> Functions and System Calls </td>
</tr>
<tr>
<td> Implement statvfs() (trivial). </td>
<td> &nbsp; </td>
<td> 11 June 2002 </td>
<td> &status.new; </td>
<td> &status.blank; </td>
</tr>
<tr>
<td> Implement strerror_r(). </td>
<td> &a.wes; </td>
@ -374,6 +382,14 @@
<td colspan="5" class="section"> Headers </td>
</tr>
<tr>
<td> Create <sys/statvfs.h> based on POSIX spec. </td>
<td> &nbsp; </td>
<td> 11 June 2002 </td>
<td> &status.new; </td>
<td> &status.blank; </td>
</tr>
<tr>
<td> Fix prototypes and hide non-conforming portions of header
&lt;arpa/inet.h&gt;. </td>