aboutsummaryrefslogtreecommitdiffstats
path: root/getopt.h
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2013-04-16 12:58:07 +0300
committerArnold D. Robbins <arnold@skeeve.com>2013-04-16 12:58:07 +0300
commit8b50259289e066f9a265a90a8aa81ada16da4065 (patch)
tree90b2fd0c469e09ad0330f117535e65c92b830a68 /getopt.h
parent320be29f61ef7b61596f5fcd8e3568aebe0918a0 (diff)
downloadegawk-8b50259289e066f9a265a90a8aa81ada16da4065.tar.gz
egawk-8b50259289e066f9a265a90a8aa81ada16da4065.tar.bz2
egawk-8b50259289e066f9a265a90a8aa81ada16da4065.zip
Update getopt from glibc.
Diffstat (limited to 'getopt.h')
-rw-r--r--getopt.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/getopt.h b/getopt.h
index 82d0ab9e..5d19cb3d 100644
--- a/getopt.h
+++ b/getopt.h
@@ -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,