2003-09-30 Andrew Cagney <cagney@redhat.com>
[binutils-gdb.git] / gdb / gnu-nat.c
index a75b16921dac7a403323096ec298e09fc2806929..a61d577f8397f1d2c49cb6bd30584cef377c7935 100644 (file)
@@ -1024,7 +1024,7 @@ inf_validate_procs (struct inf *inf)
     /* The current thread we're considering. */
     struct proc *thread = inf->threads;
 
-    bzero (matched, sizeof (matched));
+    memset (matched, 0, sizeof (matched));
 
     while (thread)
       {