NetBSD-Bugs archive

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

PR/58608 CVS commit: src



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

From: "Nia Alarie" <nia%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/58608 CVS commit: src
Date: Mon, 21 Apr 2025 13:21:34 +0000

 Module Name:	src
 Committed By:	nia
 Date:		Mon Apr 21 13:21:33 UTC 2025
 
 Modified Files:
 	src/include: time.h
 	src/lib/libc/gen: Makefile.inc timespec_get.3
 Added Files:
 	src/lib/libc/gen: timespec_getres.3 timespec_getres.c
 
 Log Message:
 libc: C23: add timespec_getres(3) function
 
 timespec_getres is to timespec_get as clock_getres is to clock_gettime.
 
 PR standards/58608
 PR lib/59140
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.55 -r1.56 src/include/time.h
 cvs rdiff -u -r1.223 -r1.224 src/lib/libc/gen/Makefile.inc
 cvs rdiff -u -r1.6 -r1.7 src/lib/libc/gen/timespec_get.3
 cvs rdiff -u -r0 -r1.1 src/lib/libc/gen/timespec_getres.3 \
     src/lib/libc/gen/timespec_getres.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