Define _GNU_SOURCE for O_CLOEXEC flag
This commit is contained in:
parent
01aed1c665
commit
0b9334a51a
|
@ -16,6 +16,8 @@
|
|||
* Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||
*/
|
||||
|
||||
#define _GNU_SOURCE
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
|
Loading…
Reference in New Issue