diff options
author | Ulrich Drepper <drepper@redhat.com> | 2002-01-29 04:25:28 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2002-01-29 04:25:28 +0000 |
commit | b45b94573ae332c1e17e91d10531137a3c5c6abe (patch) | |
tree | c3f4e91831b8460659ab6f12c2d292ed08599da0 /string | |
parent | 0295d2666c248045942f7ed753b2d8f8cea0996f (diff) | |
download | glibc-b45b94573ae332c1e17e91d10531137a3c5c6abe.tar glibc-b45b94573ae332c1e17e91d10531137a3c5c6abe.tar.gz glibc-b45b94573ae332c1e17e91d10531137a3c5c6abe.tar.bz2 glibc-b45b94573ae332c1e17e91d10531137a3c5c6abe.zip |
Update.
2002-01-28 Ulrich Drepper <drepper@redhat.com>
* timezone/asia: Update from tzdata2002b.
* timezone/australasia: Likewise.
* timezone/backward: Likewise.
* timezone/europe: Likewise.
* timezone/leapseconds: Likewise.
* timezone/iso3166.tab: Likewise.
* timezone/zone.tab: Likewise.
Diffstat (limited to 'string')
-rw-r--r-- | string/bits/string2.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/string/bits/string2.h b/string/bits/string2.h index fa847771fe..6c56c63cc1 100644 --- a/string/bits/string2.h +++ b/string/bits/string2.h @@ -581,7 +581,7 @@ __strcpy_small (char *__dest, # define stpcpy(dest, src) __stpcpy (dest, src) # endif -# if !__GNUC_PREREQ (3, 0) || _FORCE_INLINES +# if !__GNUC_PREREQ (3, 0) || defined _FORCE_INLINES # if _STRING_ARCH_unaligned # ifndef _FORCE_INLINES # define __stpcpy_args(src) \ |