diff options
Diffstat (limited to 'custom.h')
-rw-r--r-- | custom.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -75,4 +75,5 @@ #define unsetenv zos_unsetenv extern int setenv(const char *name, const char *value, int rewrite); extern int unsetenv(const char *name); +#define __attribute__(x) #endif |