From bd35231e70c8d1427f1c52cc410a581d0f181487 Mon Sep 17 00:00:00 2001 From: Clint Adams Date: Sat, 30 May 2009 17:55:50 +0000 Subject: 27025: define _GNU_SOURCE on the Hurd. --- Src/system.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Src/system.h') diff --git a/Src/system.h b/Src/system.h index 7e2cb59f6..1a96fdffd 100644 --- a/Src/system.h +++ b/Src/system.h @@ -37,7 +37,7 @@ #endif #endif -#if defined(__linux) || defined(__GLIBC__) +#if defined(__linux) || defined(__GNU__) /* * Turn on numerous extensions. * This is in order to get the functions for manipulating /dev/ptmx. -- cgit 1.4.1