diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2014-02-20 19:45:41 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2014-02-20 19:45:41 +0200 |
commit | b4aa6a524d929ecf7c458acc456db50d6f11e7f4 (patch) | |
tree | ed9a387adaca960b5dbc0a1c78dfa3b7e0721e72 /getopt.c | |
parent | 5e3f96e34832b2db0b33e38280643ff336c34450 (diff) | |
download | egawk-b4aa6a524d929ecf7c458acc456db50d6f11e7f4.tar.gz egawk-b4aa6a524d929ecf7c458acc456db50d6f11e7f4.tar.bz2 egawk-b4aa6a524d929ecf7c458acc456db50d6f11e7f4.zip |
Sync getopt with GLIBC.
Diffstat (limited to 'getopt.c')
-rw-r--r-- | getopt.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,7 +2,7 @@ NOTE: getopt is part of the C library, so if you don't know what "Keep this file name-space clean" means, talk to drepper@gnu.org before changing it! - Copyright (C) 1987-2013 Free Software Foundation, Inc. + Copyright (C) 1987-2014 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or |