From b17063ebcb309f887bf56553ca6f9931076aa89a Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Tue, 10 Sep 2024 12:51:03 +0100 Subject: [PATCH] Build: iconv type for Hurd --- src/OS/os.h-GNU | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/OS/os.h-GNU b/src/OS/os.h-GNU index 4fe55fa5e..a8bf1c87c 100644 --- a/src/OS/os.h-GNU +++ b/src/OS/os.h-GNU @@ -21,9 +21,6 @@ typedef struct flock flock_t; /* Hurd-specific bits below */ -/* default is non-const */ -#define ICONV_ARG2_TYPE const char ** - /* setgroups(0, NULL) succeeds, and drops the gid group as well as any supplementary groups*/ #define OS_SETGROUPS_ZERO_DROPS_ALL -- 2.30.2