NetBSD-Bugs archive

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

PR/58184 CVS commit: [netbsd-10] src/lib/libc/gen



The following reply was made to PR lib/58184; it has been noted by GNATS.

From: "Martin Husemann" <martin%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/58184 CVS commit: [netbsd-10] src/lib/libc/gen
Date: Sun, 28 Apr 2024 13:23:20 +0000

 Module Name:	src
 Committed By:	martin
 Date:		Sun Apr 28 13:23:20 UTC 2024
 
 Modified Files:
 	src/lib/libc/gen [netbsd-10]: usleep.3 usleep.c
 
 Log Message:
 Pull up following revision(s) (requested by jdolecek in ticket #678):
 
 	lib/libc/gen/usleep.c: revision 1.21
 	lib/libc/gen/usleep.3: revision 1.20
 	lib/libc/gen/usleep.3: revision 1.21
 
 allow usleep(3) with useconds >= 1000000
 
 update manpage to mention this interface is obsolete, remove
 EINVAL from the ERRORS and mention EINTR instead.
 
 PR lib/58184 by Taylor R Campbell
 
 it's nanosleep(2), not nanosleep(3)
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.19 -r1.19.56.1 src/lib/libc/gen/usleep.3
 cvs rdiff -u -r1.20 -r1.20.42.1 src/lib/libc/gen/usleep.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