diff options
author | Andrew Cagney <cagney@redhat.com> | 2002-02-24 22:56:08 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2002-02-24 22:56:08 +0000 |
commit | d81e3805c384665ba1c522fd5b72bc2d2dfc6efe (patch) | |
tree | ac2b6b56f7877d3e7cef7ced142b9a737cfa32d1 /gdb/proc-service.c | |
parent | 69f098507c1dc47662190c89cb49a94544d2202a (diff) | |
download | gdb-d81e3805c384665ba1c522fd5b72bc2d2dfc6efe.tar.gz |
s/Linux/.../
Fix PR gdb/378.
Diffstat (limited to 'gdb/proc-service.c')
-rw-r--r-- | gdb/proc-service.c | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/gdb/proc-service.c b/gdb/proc-service.c index 8d63e982196..d7cd1aaf91b 100644 --- a/gdb/proc-service.c +++ b/gdb/proc-service.c @@ -1,5 +1,6 @@ /* <proc_service.h> implementation. - Copyright 1999, 2000 Free Software Foundation, Inc. + + Copyright 1999, 2000, 2002 Free Software Foundation, Inc. This file is part of GDB. @@ -294,8 +295,8 @@ ps_lsetfpregs (gdb_ps_prochandle_t ph, lwpid_t lwpid, return PS_OK; } -/* Return overall process id of the target PH. - Special for Linux -- not used on Solaris. */ +/* Return overall process id of the target PH. Special for GNU/Linux + -- not used on Solaris. */ pid_t ps_getpid (gdb_ps_prochandle_t ph) |