Mostly trivial enum fixes
[deliverable/binutils-gdb.git] / gdb / linux-nat.c
index 69cfefcae3b0a1fc5b219ac9dd68ee8953c3592b..0aecfc89e5b5d296e167389164d758838c16f7b0 100644 (file)
@@ -4154,7 +4154,7 @@ linux_proc_xfer_partial (struct target_ops *ops, enum target_object object,
   char filename[64];
 
   if (object != TARGET_OBJECT_MEMORY || !readbuf)
-    return 0;
+    return TARGET_XFER_EOF;
 
   /* Don't bother for one word.  */
   if (len < 3 * sizeof (long))
This page took 0.035597 seconds and 4 git commands to generate.