Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 Dec 2003 12:43:29 -0500 (EST)
From:      Garrett Wollman <wollman@khavrinen.lcs.mit.edu>
To:        Tom Rhodes <trhodes@FreeBSD.ORG>
Cc:        cvs-all@FreeBSD.ORG
Subject:   cvs commit: src/lib/libc/gen sysconf.3
Message-ID:  <200312231743.hBNHhTIp041091@khavrinen.lcs.mit.edu>
In-Reply-To: <200312231729.hBNHTZhB056790@repoman.freebsd.org>
References:  <200312231729.hBNHTZhB056790@repoman.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
<<On Tue, 23 Dec 2003 09:29:35 -0800 (PST), Tom Rhodes <trhodes@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200312231743.hBNHhTIp041091>