aboutsummaryrefslogtreecommitdiffstats
path: root/getopt.c
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2013-12-24 21:43:37 +0200
committerArnold D. Robbins <arnold@skeeve.com>2013-12-24 21:43:37 +0200
commit87d4e23af6d43fe3ad0a7898688c4c1320808fc7 (patch)
treeef556bbd7f78499219130a25c7adbe34d7673fa9 /getopt.c
parent9beee977ccb0703656504c070ab85e54537f8f95 (diff)
parent772793d99fbb08a03576c375b870ec36bb11cb8d (diff)
downloadegawk-87d4e23af6d43fe3ad0a7898688c4c1320808fc7.tar.gz
egawk-87d4e23af6d43fe3ad0a7898688c4c1320808fc7.tar.bz2
egawk-87d4e23af6d43fe3ad0a7898688c4c1320808fc7.zip
Merge branch 'gawk-4.1-stable' into new-vms
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