]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
(prfpregset_t): Define as pointer to fpregset_t.
authorUlrich Drepper <drepper@redhat.com>
Sat, 19 Feb 2000 08:10:45 +0000 (08:10 +0000)
committerUlrich Drepper <drepper@redhat.com>
Sat, 19 Feb 2000 08:10:45 +0000 (08:10 +0000)
sysdeps/unix/sysv/linux/i386/sys/procfs.h

index 06300ebe10ef86f3ad0e3812194b55b37692ba9b..230dfa6c30116186c4978b6c5d6fea960e6d3694 100644 (file)
@@ -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.  */