From 601ecd316f223f7bbde29cbbeeef838714e3d719 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Tue, 27 Mar 2001 17:19:37 +0000 Subject: Rename to NFPREG. --- sysdeps/sh/sys/ucontext.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sysdeps/sh/sys') 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 -- cgit 1.4.1