]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Update.
authorUlrich Drepper <drepper@redhat.com>
Sun, 7 Mar 2004 09:05:18 +0000 (09:05 +0000)
committerUlrich Drepper <drepper@redhat.com>
Sun, 7 Mar 2004 09:05:18 +0000 (09:05 +0000)
* string/test-string.h: Define GLRO.

ChangeLog
string/test-string.h

index 575ef341f96080a0ed82664460db8acf62b3e73a..d72c436aa64202fbfe6b273e00a940507abf52b7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -16,6 +16,7 @@
        * sysdeps/unix/sysv/linux/i386/dl-procinfo.h: Likewise.
        * sysdeps/unix/sysv/linux/sparc/sparc32/dl-procinfo.h: Likewise.
        * sysdeps/unix/sysv/linux/sparc/sparc64/dl-procinfo.h: Likewise.
+       * string/test-string.h: Define GLRO.
 
 2004-03-06  Ulrich Drepper  <drepper@redhat.com>
 
index c131f19de727553f894a117d3185760b9a98374e..381c140d9f8d68bce464f06ab7838f81c17792a9 100644 (file)
@@ -1,5 +1,5 @@
 /* Test and measure string and memory functions.
-   Copyright (C) 1999, 2002 Free Software Foundation, Inc.
+   Copyright (C) 1999, 2002, 2004 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
    Written by Jakub Jelinek <jakub@redhat.com>, 1999.
 
@@ -49,6 +49,7 @@ extern impl_t __start_impls[], __stop_impls[];
 #include <errno.h>
 #include <time.h>
 #define GL(x) _##x
+#define GLRO(x) _##x
 #include <hp-timing.h>