From: Ulrich Drepper Date: Sat, 19 Feb 2000 08:10:45 +0000 (+0000) Subject: (prfpregset_t): Define as pointer to fpregset_t. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4b7b4cb4aca9bda9fec90afcf88117fe3d45d014;p=thirdparty%2Fglibc.git (prfpregset_t): Define as pointer to fpregset_t. --- 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. */