diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2013-04-16 12:58:07 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2013-04-16 12:58:07 +0300 |
commit | 8b50259289e066f9a265a90a8aa81ada16da4065 (patch) | |
tree | 90b2fd0c469e09ad0330f117535e65c92b830a68 /getopt.h | |
parent | 320be29f61ef7b61596f5fcd8e3568aebe0918a0 (diff) | |
download | egawk-8b50259289e066f9a265a90a8aa81ada16da4065.tar.gz egawk-8b50259289e066f9a265a90a8aa81ada16da4065.tar.bz2 egawk-8b50259289e066f9a265a90a8aa81ada16da4065.zip |
Update getopt from glibc.
Diffstat (limited to 'getopt.h')
-rw-r--r-- | getopt.h | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -1,6 +1,5 @@ /* Declarations for getopt. - Copyright (C) 1989-1994,1996-1999,2001,2003,2004,2009,2010 - Free Software Foundation, Inc. + Copyright (C) 1989-2013 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 @@ -158,7 +157,7 @@ extern int getopt (int ___argc, char *const *___argv, const char *__shortopts) helps to also do this at runtime. */ # ifdef __REDIRECT extern int __REDIRECT_NTH (getopt, (int ___argc, char *const *___argv, - const char *__shortopts), + const char *__shortopts), __posix_getopt); # else extern int __posix_getopt (int ___argc, char *const *___argv, |