summaryrefslogtreecommitdiff
path: root/sysdeps/mach/thread_state.h
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/mach/thread_state.h')
-rw-r--r--sysdeps/mach/thread_state.h30
1 files changed, 15 insertions, 15 deletions
diff --git a/sysdeps/mach/thread_state.h b/sysdeps/mach/thread_state.h
index 06f168bb55..34904aa550 100644
--- a/sysdeps/mach/thread_state.h
+++ b/sysdeps/mach/thread_state.h
@@ -1,21 +1,21 @@
/* Generic definitions for dealing with Mach thread states.
-Copyright (C) 1994 Free Software Foundation, Inc.
-This file is part of the GNU C Library.
+ Copyright (C) 1994, 1996 Free Software Foundation, Inc.
+ This file is part of the GNU C Library.
-The GNU C Library is free software; you can redistribute it and/or
-modify it under the terms of the GNU Library General Public License as
-published by the Free Software Foundation; either version 2 of the
-License, or (at your option) any later version.
+ The GNU C Library is free software; you can redistribute it and/or
+ modify it under the terms of the GNU Library General Public License as
+ published by the Free Software Foundation; either version 2 of the
+ License, or (at your option) any later version.
-The GNU C Library is distributed in the hope that it will be useful,
-but WITHOUT ANY WARRANTY; without even the implied warranty of
-MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-Library General Public License for more details.
+ The GNU C Library is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ Library General Public License for more details.
-You should have received a copy of the GNU Library General Public
-License along with the GNU C Library; see the file COPYING.LIB. If
-not, write to the Free Software Foundation, Inc., 675 Mass Ave,
-Cambridge, MA 02139, USA. */
+ You should have received a copy of the GNU Library General Public
+ License along with the GNU C Library; see the file COPYING.LIB. If not,
+ write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+ Boston, MA 02111-1307, USA. */
/* Everything else is called `thread_state', but CMU's header file is
@@ -57,7 +57,7 @@ machine_get_state (thread_t thread, struct machine_thread_all_state *state,
}
else
{
- /* Noone asked about this flavor of state before; fetch the state
+ /* No one asked about this flavor of state before; fetch the state
directly from the kernel into the sigcontext. */
mach_msg_type_number_t got = (size / sizeof (int));
return (! __thread_get_state (thread, flavor, scpptr, &got)