~vcs-imports/gawk/master

« back to all changes in this revision

Viewing changes to getopt.c

  • Committer: Juergen Kahrs
  • Date: 2014-06-24 11:18:33 UTC
  • mfrom: (408.2.336)
  • Revision ID: git-v1:f1245d04a9f076773c60499b468f44ed9c91b59b
Merge remote-tracking branch 'origin/master' into cmake

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
   NOTE: getopt is part of the C library, so if you don't know what
3
3
   "Keep this file name-space clean" means, talk to drepper@gnu.org
4
4
   before changing it!
5
 
   Copyright (C) 1987-2013 Free Software Foundation, Inc.
 
5
   Copyright (C) 1987-2014 Free Software Foundation, Inc.
6
6
   This file is part of the GNU C Library.
7
7
 
8
8
   The GNU C Library is free software; you can redistribute it and/or
57
57
 
58
58
/* This needs to come after some library #include
59
59
   to get __GNU_LIBRARY__ defined.  */
60
 
#if defined (__GNU_LIBRARY__) || defined (__CYGWIN__) || defined(__DJGPP__) || defined(__APPLE__) || defined(__MINGW32__)
 
60
#if defined (__GNU_LIBRARY__) || defined (__CYGWIN__) || defined(__DJGPP__) || defined(__APPLE__) || defined(__MINGW32__) || defined(__sun) /* Illumos */
61
61
/* Don't include stdlib.h for
62
62
 * non-GNU C libraries
63
63
 * non-Cygwin