aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/sh
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2001-03-27 17:19:37 +0000
committerUlrich Drepper <drepper@redhat.com>2001-03-27 17:19:37 +0000
commit601ecd316f223f7bbde29cbbeeef838714e3d719 (patch)
tree34f499c5a804ff466f89cf9d998431ac972bbc3b /sysdeps/sh
parent12aeb30815d9a05b1aaca73ff241144a527e15c3 (diff)
downloadglibc-601ecd316f223f7bbde29cbbeeef838714e3d719.zip
glibc-601ecd316f223f7bbde29cbbeeef838714e3d719.tar.gz
glibc-601ecd316f223f7bbde29cbbeeef838714e3d719.tar.bz2
Rename to NFPREG.
Diffstat (limited to 'sysdeps/sh')
-rw-r--r--sysdeps/sh/sys/ucontext.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/sysdeps/sh/sys/ucontext.h b/sysdeps/sh/sys/ucontext.h
index 84ff44a..793722b 100644
--- a/sysdeps/sh/sys/ucontext.h
+++ b/sysdeps/sh/sys/ucontext.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 1999, 2000 Free Software Foundation, Inc.
+/* Copyright (C) 1999, 2000, 2001 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
@@ -27,10 +27,10 @@
typedef int greg_t;
/* Number of general registers. */
-#define NGREG 16
+#define NFPREG 16
/* Container for all general registers. */
-typedef greg_t gregset_t[NGREG];
+typedef greg_t gregset_t[NFPREG];
/* Number of each register is the `gregset_t' array. */
enum