diff options
Diffstat (limited to 'src/OS/os.h-GNU')
-rw-r--r-- | src/OS/os.h-GNU | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/OS/os.h-GNU b/src/OS/os.h-GNU index cc4da0e3b..44993163d 100644 --- a/src/OS/os.h-GNU +++ b/src/OS/os.h-GNU @@ -17,4 +17,7 @@ typedef struct flock flock_t; /* Hurd-specific bits below */ +/* default is non-const */ +#define ICONV_ARG2_TYPE const char ** + /* End */ |