* lib/nscd.c: Avoid redefinition of _GNU_SOURCE.
This commit is contained in:
@ -4,7 +4,9 @@
|
||||
#ifdef USE_NSCD
|
||||
|
||||
/* because of TEMP_FAILURE_RETRY */
|
||||
#ifndef _GNU_SOURCE
|
||||
#define _GNU_SOURCE
|
||||
#endif
|
||||
|
||||
#include <features.h>
|
||||
#include <stdio.h>
|
||||
|
Reference in New Issue
Block a user