diff options
Diffstat (limited to 'sysdeps/unix/sysv/linux/i386/sys/procfs.h')
-rw-r--r-- | sysdeps/unix/sysv/linux/i386/sys/procfs.h | 4 |
1 files 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 06300ebe10..230dfa6c30 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. */ |