aboutsummaryrefslogtreecommitdiffstats
path: root/getopt.c
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2013-12-24 21:43:18 +0200
committerArnold D. Robbins <arnold@skeeve.com>2013-12-24 21:43:18 +0200
commitc8bb135458c81ed36797903f6c3c89a7f88ba58a (patch)
tree26eca4aa8b2ac792a92cc4b9bed9c5b1a502ae41 /getopt.c
parentc66f7da30bb5635957b6e68c1e1db7e77e7b4174 (diff)
parent772793d99fbb08a03576c375b870ec36bb11cb8d (diff)
downloadegawk-c8bb135458c81ed36797903f6c3c89a7f88ba58a.tar.gz
egawk-c8bb135458c81ed36797903f6c3c89a7f88ba58a.tar.bz2
egawk-c8bb135458c81ed36797903f6c3c89a7f88ba58a.zip
Merge branch 'gawk-4.1-stable'
Diffstat (limited to 'getopt.c')
-rw-r--r--getopt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/getopt.c b/getopt.c
index fa258382..a45e30f4 100644
--- a/getopt.c
+++ b/getopt.c
@@ -57,7 +57,7 @@
/* This needs to come after some library #include
to get __GNU_LIBRARY__ defined. */
-#if defined (__GNU_LIBRARY__) || defined (__CYGWIN__) || defined(__DJGPP__) || defined(__APPLE__) || defined(__MINGW32__)
+#if defined (__GNU_LIBRARY__) || defined (__CYGWIN__) || defined(__DJGPP__) || defined(__APPLE__) || defined(__MINGW32__) || defined(__sun) /* Illumos */
/* Don't include stdlib.h for
* non-GNU C libraries
* non-Cygwin