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.tar.gz glibc-1dd42dfc7264e090654660b96582d3fc417c2574.tar.xz glibc-1dd42dfc7264e090654660b96582d3fc417c2574.zip |
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
diff --git a/ChangeLog b/ChangeLog index ca6fc0e59b..81dfa78503 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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> |