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 | 2e1a9c3c9d9f34118e8274e25ad21902132f2929 (patch) | |
tree | 4a24e8475fcd84759b1c050efd486c49c1a686b2 /include/getopt.h | |
parent | ca9da28eb9b81bd841668a8f2eef235ee8a575ee (diff) | |
download | gdb-2e1a9c3c9d9f34118e8274e25ad21902132f2929.zip gdb-2e1a9c3c9d9f34118e8274e25ad21902132f2929.tar.gz gdb-2e1a9c3c9d9f34118e8274e25ad21902132f2929.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. |