2011-10-31 Pedro Alves <pedro@codesourcery.com>
[deliverable/binutils-gdb.git] / gdb / gdb_proc_service.h
index de62c9db89713e0873a44d6818d25a1c2ef7f052..21f2e2fc67aacb812d7c0eff14945c1361e79c84 100644 (file)
@@ -1,5 +1,6 @@
 /* <proc_service.h> replacement for systems that don't have it.
-   Copyright (C) 2000, 2007, 2008, 2009 Free Software Foundation, Inc.
+   Copyright (C) 2000, 2007, 2008, 2009, 2010, 2011
+   Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -47,7 +48,7 @@ typedef unsigned int lwpid_t;
 #endif
 
 #ifndef HAVE_PSADDR_T
-typedef unsigned long psaddr_t;
+typedef void *psaddr_t;
 #endif
 
 #ifndef HAVE_PRGREGSET_T
This page took 0.02487 seconds and 4 git commands to generate.