From 252e0942adafe5bf43700c5fc0b5e05050aa92a4 Mon Sep 17 00:00:00 2001 From: Garrett Wollman Date: Tue, 11 Jun 2002 19:13:44 +0000 Subject: [PATCH] Add statvfs() and tasks, assigned to nobody. (IWBRNI this file contained some guidance on sort order.) --- en/projects/c99/index.sgml | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/en/projects/c99/index.sgml b/en/projects/c99/index.sgml index 7a6ed8adbd..4706475095 100644 --- a/en/projects/c99/index.sgml +++ b/en/projects/c99/index.sgml @@ -1,6 +1,6 @@ - + %includes; @@ -170,6 +170,14 @@ Functions and System Calls + + Implement statvfs() (trivial). +   + 11 June 2002 + &status.new; + &status.blank; + + Implement strerror_r(). &a.wes; @@ -374,6 +382,14 @@ Headers + + Create based on POSIX spec. +   + 11 June 2002 + &status.new; + &status.blank; + + Fix prototypes and hide non-conforming portions of header <arpa/inet.h>.