OSDN Git Service

spawn: use glibc style to keep differences down
[uclinux-h8/uClibc.git] / utils / getconf.c
index 812783e..5ff98e6 100644 (file)
@@ -15,6 +15,7 @@
    along with this program; if not, write to the Free Software Foundation,
    Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  */
 
+#define _GNU_SOURCE 1
 #include <unistd.h>
 #include <errno.h>
 #include <string.h>