* event-loop.c (event_handle_func): Adjust to use gdb_fildes_t.
[deliverable/binutils-gdb.git] / gdb / gdbserver / gdb_proc_service.h
index 4d153e6a189736cbe765b95310688bded3acc8ac..a6464421b056cbb75c33549c4492c02c99e48f98 100644 (file)
@@ -1,5 +1,6 @@
 /* <proc_service.h> replacement for systems that don't have it.
-   Copyright (C) 2000, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
+   Copyright (C) 2000, 2006, 2007, 2008, 2009, 2010
+   Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -54,7 +55,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.023876 seconds and 4 git commands to generate.