diff options
author | DJ Delorie <dj@redhat.com> | 2002-10-27 01:02:05 +0000 |
---|---|---|
committer | DJ Delorie <dj@redhat.com> | 2002-10-27 01:02:05 +0000 |
commit | aaa7b0215542becba96360731b1974931ec4b176 (patch) | |
tree | 100686c446ea6d5eb88ee7a4d3c32b031d8c4cd2 /include/getopt.h | |
parent | 238c78807d0a18a534724b6b2fd8a395bee9643b (diff) | |
download | newlib-aaa7b0215542becba96360731b1974931ec4b176.zip newlib-aaa7b0215542becba96360731b1974931ec4b176.tar.gz newlib-aaa7b0215542becba96360731b1974931ec4b176.tar.bz2 |
merge from gcc
Diffstat (limited to 'include/getopt.h')
-rw-r--r-- | include/getopt.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/getopt.h b/include/getopt.h index 9495a48..a99a229 100644 --- a/include/getopt.h +++ b/include/getopt.h @@ -1,6 +1,6 @@ /* Declarations for getopt. - Copyright 1989, 1990, 1991, 1992, 1993, 1994, 1996, 1997, 1998, 2000 - Free Software Foundation, Inc. + Copyright 1989, 1990, 1991, 1992, 1993, 1994, 1996, 1997, 1998, 2000, + 2002 Free Software Foundation, Inc. NOTE: The canonical source of this file is maintained with the GNU C Library. Bugs can be reported to bug-glibc@gnu.org. |