From ed651fafef33747b1856a80016828568179e245c Mon Sep 17 00:00:00 2001 From: Ben Gras Date: Mon, 1 Aug 2011 13:17:47 +0200 Subject: [PATCH] don't define _POSIX_TIMERS --- nbsd_include/sys/unistd.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nbsd_include/sys/unistd.h b/nbsd_include/sys/unistd.h index 708960584..2afa37009 100644 --- a/nbsd_include/sys/unistd.h +++ b/nbsd_include/sys/unistd.h @@ -145,7 +145,7 @@ /* timeouts */ #undef _POSIX_TIMEOUTS /* timers */ -#define _POSIX_TIMERS 200112L +#undef _POSIX_TIMERS 200112L /* typed memory objects */ #undef _POSIX_TYPED_MEMORY_OBJECTS /* may disable terminal spec chars */ -- 2.44.0