Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: basesrc/lib/libc/gen



Module Name:    basesrc
Committed By:   perry
Date:           Sun Jun 23 19:19:02 UTC 2002

Modified Files:
        basesrc/lib/libc/gen: sysconf.c

Log Message:
make sysconf(_SC_CLK_TCK) return the kernel hz value, instead of a
fixed constant, as is done on Solaris, Linux, etc.

Technically, standards don't *require* this, but having it return a
constant is a violation of the spirit, and screws up programs that
(perhaps improperly) assume that it will return kernel hz.


To generate a diff of this commit:
cvs rdiff -r1.14 -r1.15 basesrc/lib/libc/gen/sysconf.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index