From 1b538acb0ac8520a8a5fd828add2e52e1d2a41eb Mon Sep 17 00:00:00 2001 From: Rich Felker Date: Thu, 10 Mar 2011 09:54:23 -0500 Subject: fix errno behavior in clock_* functions these functions are specified inconsistent in whether they're specified to return an error value, or return -1 and set errno. hopefully now they all match what POSIX requires. --- src/time/clock_getres.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/time/clock_getres.c') diff --git a/src/time/clock_getres.c b/src/time/clock_getres.c index e86a1ee4..539d4f94 100644 --- a/src/time/clock_getres.c +++ b/src/time/clock_getres.c @@ -1,4 +1,3 @@ -#define SYSCALL_RETURN_ERRNO #include #include "syscall.h" -- cgit v1.2.1