about summary refs log tree commit diff
path: root/argp
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2002-12-04 23:42:21 +0000
committerUlrich Drepper <drepper@redhat.com>2002-12-04 23:42:21 +0000
commitabbd6175b483bec001a425d11362e4824ecf6c7d (patch)
treecf7e3ad8da09d3c8d46ba1eae32d536d20b96916 /argp
parentc4a6d859943d9f35bad48b82530fae2ff3a323e7 (diff)
downloadglibc-abbd6175b483bec001a425d11362e4824ecf6c7d.tar.gz
glibc-abbd6175b483bec001a425d11362e4824ecf6c7d.tar.xz
glibc-abbd6175b483bec001a425d11362e4824ecf6c7d.zip
Update.
2002-12-04  Ulrich Drepper  <drepper@redhat.com>

	* td_ta_thr_iter.c (iterate_thread_list): At end of iteration read
	pointer to the next element from inferior.
Diffstat (limited to 'argp')
-rw-r--r--argp/tst-argp1.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/argp/tst-argp1.c b/argp/tst-argp1.c
index 7f29ff2e7d..c72185e15d 100644
--- a/argp/tst-argp1.c
+++ b/argp/tst-argp1.c
@@ -97,7 +97,7 @@ int
 main (void)
 {
   int argc = 2;
-  char *argv[3] = { "tst-argp1", "--help", NULL };
+  char *argv[3] = { (char *) "tst-argp1", (char *) "--help", NULL };
   int remaining;
 
   /* Parse and process arguments.  */