.
[deliverable/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)
       {
This page took 0.023885 seconds and 4 git commands to generate.