diff options
author | Ulrich Drepper <drepper@redhat.com> | 2003-04-16 17:22:45 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2003-04-16 17:22:45 +0000 |
commit | 1dd42dfc7264e090654660b96582d3fc417c2574 (patch) | |
tree | d67115cc14e6767555e4f6ee36c8a400f0e9aaac | |
parent | 81641068cd234aacc788872376db5d95d53f858d (diff) | |
download | glibc-1dd42dfc7264e090654660b96582d3fc417c2574.zip glibc-1dd42dfc7264e090654660b96582d3fc417c2574.tar.gz glibc-1dd42dfc7264e090654660b96582d3fc417c2574.tar.bz2 |
Update.
* string/test-strncpy.c (do_one_test): Mark start and stop as
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ 2003-04-16 Ulrich Drepper <drepper@redhat.com> - * string/test-strncpy.c (do_one_test): Makr start and stop as + * string/test-strncpy.c (do_one_test): Mark start and stop as possibly unused. 2003-04-15 Roland McGrath <roland@redhat.com> |