NetBSD-Bugs archive

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

PR/58919 CVS commit: src/tests/lib/libc/sys



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

From: "Taylor R Campbell" <riastradh%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/58919 CVS commit: src/tests/lib/libc/sys
Date: Thu, 19 Dec 2024 20:07:29 +0000

 Module Name:	src
 Committed By:	riastradh
 Date:		Thu Dec 19 20:07:29 UTC 2024
 
 Modified Files:
 	src/tests/lib/libc/sys: t_timer_create.c
 
 Log Message:
 t_timer_create: Fix up tests for edge cases.
 
 While here, save and restore errno in signal handler.
 
 PR kern/58919: timer_settime fails to trigger for past times
 
 PR kern/58920: timer_settime fails ETIMEDOUT on negative interval, not
 EINVAL
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.6 -r1.7 src/tests/lib/libc/sys/t_timer_create.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