From 4b7b4cb4aca9bda9fec90afcf88117fe3d45d014 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sat, 19 Feb 2000 08:10:45 +0000 Subject: [PATCH] (prfpregset_t): Define as pointer to fpregset_t. --- sysdeps/unix/sysv/linux/i386/sys/procfs.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sysdeps/unix/sysv/linux/i386/sys/procfs.h b/sysdeps/unix/sysv/linux/i386/sys/procfs.h index 06300ebe10e..230dfa6c301 100644 --- a/sysdeps/unix/sysv/linux/i386/sys/procfs.h +++ b/sysdeps/unix/sysv/linux/i386/sys/procfs.h @@ -1,4 +1,4 @@ -/* Copyright (C) 1996, 1997, 1999 Free Software Foundation, Inc. +/* Copyright (C) 1996, 1997, 1999, 2000 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 @@ -102,7 +102,7 @@ typedef void *psaddr_t; /* Register sets. Linux has different names. */ typedef gregset_t prgregset_t; -typedef fpregset_t prfpregset_t; +typedef fpregset_t *prfpregset_t; /* We don't have any differences between processes and threads, therefore habe only ine PID type. */ -- 2.47.2