Fix typo in last gdb/ChangeLog entry.
[deliverable/binutils-gdb.git] / gdb / inf-ptrace.c
index 8f0d08b7a63a0974e0cbbf92e86f500df00d5ef5..fc8ab87c5d589970567e64085fd256caffa9813d 100644 (file)
@@ -1,8 +1,7 @@
 /* Low-level child interface to ptrace.
 
-   Copyright (C) 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1998,
-   1999, 2000, 2001, 2002, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011
-   Free Software Foundation, Inc.
+   Copyright (C) 1988-1996, 1998-2002, 2004-2012 Free Software
+   Foundation, Inc.
 
    This file is part of GDB.
 
@@ -251,7 +250,7 @@ inf_ptrace_attach (struct target_ops *ops, char *args, int from_tty)
 
 #ifdef PT_GET_PROCESS_STATE
 
-void
+static void
 inf_ptrace_post_attach (int pid)
 {
   ptrace_event_t pe;
@@ -590,7 +589,7 @@ inf_ptrace_xfer_partial (struct target_ops *ops, enum target_object object,
        struct ptrace_io_desc piod;
 
        if (writebuf)
-               return -1;
+         return -1;
        piod.piod_op = PIOD_READ_AUXV;
        piod.piod_addr = readbuf;
        piod.piod_offs = (void *) (long) offset;
This page took 0.023861 seconds and 4 git commands to generate.