diff options
author | Ulrich Drepper <drepper@redhat.com> | 2001-03-27 17:19:37 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2001-03-27 17:19:37 +0000 |
commit | 601ecd316f223f7bbde29cbbeeef838714e3d719 (patch) | |
tree | 34f499c5a804ff466f89cf9d998431ac972bbc3b /sysdeps/sh | |
parent | 12aeb30815d9a05b1aaca73ff241144a527e15c3 (diff) | |
download | glibc-601ecd316f223f7bbde29cbbeeef838714e3d719.tar glibc-601ecd316f223f7bbde29cbbeeef838714e3d719.tar.gz glibc-601ecd316f223f7bbde29cbbeeef838714e3d719.tar.bz2 glibc-601ecd316f223f7bbde29cbbeeef838714e3d719.zip |
Rename to NFPREG.
Diffstat (limited to 'sysdeps/sh')
-rw-r--r-- | sysdeps/sh/sys/ucontext.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sysdeps/sh/sys/ucontext.h b/sysdeps/sh/sys/ucontext.h index 84ff44a1cb..793722be6b 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 |