From 1998c0301f6f9542bf5dd51e8d18f3d7f4e76023 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Thu, 27 Dec 2018 05:39:42 -0500 Subject: Factor most uses of pselect(2) into a new utility function named 'nanowait'. Also, remove sime header inclusions discovered to be unnecessary during the change. --- gpspipe.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gpspipe.c') diff --git a/gpspipe.c b/gpspipe.c index 7cafbf72..19870c75 100644 --- a/gpspipe.c +++ b/gpspipe.c @@ -29,7 +29,7 @@ /* #if !defined(_POSIX_C_SOURCE) || _POSIX_C_SOURCE < 200112L */ #ifdef __linux__ /* breaks osX */ -/* isfinite() and pselect() needs _POSIX_C_SOURCE >= 200112L */ +/* isfinite() needs _POSIX_C_SOURCE >= 200112L */ #define _POSIX_C_SOURCE 200112L #endif /* __linux__ */ -- cgit v1.2.1