From aab27d4087a3de35fdfa121eed2a46372f099ae2 Mon Sep 17 00:00:00 2001 From: Szabolcs Nagy Date: Feb 07 2014 18:36:06 +0000 Subject: _XOPEN_SOURCE is not needed in fdopen.c test --- diff --git a/src/functional/fdopen.c b/src/functional/fdopen.c index 392a1b1..88f7561 100644 --- a/src/functional/fdopen.c +++ b/src/functional/fdopen.c @@ -1,6 +1,3 @@ -#ifndef _XOPEN_SOURCE -#define _XOPEN_SOURCE 700 -#endif #include #include #include