diff options
author | cinap_lenrek <cinap_lenrek@felloff.net> | 2014-05-20 05:01:26 +0200 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@felloff.net> | 2014-05-20 05:01:26 +0200 |
commit | 7abf926bcf5a4f301a9ab48173093524196fd8ce (patch) | |
tree | ed1a2ed8ea003fd04e477e4c1105ecd87bdb8728 /sys/man | |
parent | c7be3ba9e65adcde52b942449a3e9efd2b12382e (diff) |
libc: dont cache /dev/bintime filedescriptor for nsec()
Diffstat (limited to 'sys/man')
-rw-r--r-- | sys/man/2/time | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/man/2/time b/sys/man/2/time index d2af5a5f4..046979a95 100644 --- a/sys/man/2/time +++ b/sys/man/2/time @@ -28,8 +28,7 @@ is not zero then is also set to the answer. .PP These functions work by reading -.BR /dev/bintime , -opening that file when they are first called. +.BR /dev/bintime . .SH SOURCE .B /sys/src/libc/9sys/time.c .br @@ -40,5 +39,3 @@ opening that file when they are first called. .SH DIAGNOSTICS Sets .IR errstr . -.SH BUGS -These routines maintain a static file descriptor. |