]> sourceware.org Git - glibc.git/commitdiff
Added members 'unsigned char ftype[8]', and 'unsigned int init_flag'
authorUlrich Drepper <drepper@redhat.com>
Tue, 14 Sep 1999 01:38:51 +0000 (01:38 +0000)
committerUlrich Drepper <drepper@redhat.com>
Tue, 14 Sep 1999 01:38:51 +0000 (01:38 +0000)
to struct user_fp.  Tnese were added in version 2.2.12 of the ARM
Linux kernel.

sysdeps/unix/sysv/linux/arm/sys/user.h

index f06d3e465a3e28700004674359c5930ab0e71cad..253b0f5ea94122e58d116bb4ed1e77f97420c50b 100644 (file)
@@ -40,6 +40,8 @@ struct user_fp
   } fpregs[8];
   unsigned int fpsr:32;
   unsigned int fpcr:32;
+  unsigned char ftype[8];
+  unsigned int init_flag;
 };
 
 struct user
This page took 0.045134 seconds and 5 git commands to generate.