From: Ben Gras Date: Mon, 1 Aug 2011 11:17:47 +0000 (+0200) Subject: don't define _POSIX_TIMERS X-Git-Tag: v3.2.0~394 X-Git-Url: http://zhaoyanbai.com/repos//%22http:/%22%29?a=commitdiff_plain;h=ed651fafef33747b1856a80016828568179e245c;p=minix.git don't define _POSIX_TIMERS --- 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 */