Implement the <sys/statvfs.h> header. Related changes to <sys/types.h>
are still awaiting a worldstone. Functions and their declarations to come later.
This commit is contained in:
parent
e35c5f5a25
commit
013c58dace
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=13399
1 changed files with 9 additions and 9 deletions
|
@ -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.34 2002/06/12 04:16:39 mike Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/en/projects/c99/index.sgml,v 1.35 2002/06/13 16:39:18 mike Exp $">
|
||||
<!ENTITY title "FreeBSD C99 and POSIX Conformance Project">
|
||||
<!ENTITY email 'standards'>
|
||||
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
|
||||
|
@ -462,6 +462,14 @@
|
|||
<td> &status.n-a; </td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td> Create <sys/statvfs.h> based on POSIX spec. </td>
|
||||
<td> &a.wollman; </td>
|
||||
<td> 14 June 2002 </td>
|
||||
<td> &status.done; </td>
|
||||
<td> &status.n-a; </td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td> Implement the <stdint.h> and <inttypes.h>
|
||||
headers. </td>
|
||||
|
@ -523,14 +531,6 @@
|
|||
<td> &status.blank; </td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td> Create <sys/statvfs.h> based on POSIX spec. </td>
|
||||
<td> </td>
|
||||
<td> 11 June 2002 </td>
|
||||
<td> &status.new; </td>
|
||||
<td> &status.blank; </td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td colspan="5" class="section"> Miscellaneous </td>
|
||||
</tr>
|
||||
|
|
Loading…
Reference in a new issue