From 43295b9470ccf3fbe0c92557e0bfadf46a0edf76 Mon Sep 17 00:00:00 2001 From: Pino Toscano Date: Mon, 30 Mar 2026 08:53:32 +0200 Subject: [PATCH] feat: add support for GNU/Hurd Nothing else is needed beside using the bits of other Unix OSes. --- loader/icd_platform.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/loader/icd_platform.h b/loader/icd_platform.h index 290966a5..8430eb9d 100644 --- a/loader/icd_platform.h +++ b/loader/icd_platform.h @@ -19,7 +19,7 @@ #ifndef _ICD_PLATFORM_H_ #define _ICD_PLATFORM_H_ -#if defined(__linux__) || defined(__APPLE__) || defined(__FreeBSD__) || defined(__QNXNTO__) +#if defined(__linux__) || defined(__APPLE__) || defined(__FreeBSD__) || defined(__QNXNTO__) || defined(__GNU__) #define PATH_SEPARATOR ':' #define DIRECTORY_SYMBOL '/'