cvs commit: src/lib/libc/gen sysconf.3

Garrett Wollman wollman at khavrinen.lcs.mit.edu
Tue Dec 23 09:43:33 PST 2003


<<On Tue, 23 Dec 2003 09:29:35 -0800 (PST), Tom Rhodes <trhodes at FreeBSD.ORG> said:

> trhodes     2003/12/23 09:29:35 PST
>   FreeBSD src repository

>   Modified files:
>     lib/libc/gen         sysconf.3 
>   Log:
>   Document many of the missing posix.1b options.
  
Unfortunately, many of these are wrong.  For example:

+.It Li _SC_FSYNC
+Return 1 if the system supports file synchronization, otherwise \-1.

A brief examination of the source code (or, alternatively, the output
of `getconf _POSIX_FSYNC') will convince you that this is not the
case.

-GAWollman



More information about the cvs-src mailing list