OSDN Git Service

libc: Fix common-generic stat.h for BE
authorMischa Jonker <mjonker@synopsys.com>
Fri, 22 Mar 2013 16:30:47 +0000 (17:30 +0100)
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Fri, 22 Mar 2013 20:22:32 +0000 (21:22 +0100)
Signed-off-by: Mischa Jonker <mjonker@synopsys.com>
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
libc/sysdeps/linux/common-generic/bits/stat.h

index 053d43b..07716ab 100644 (file)
@@ -59,7 +59,7 @@ struct stat
     unsigned int st_uid;                       /* User ID of the file's owner. */
     unsigned int st_gid;                       /* Group ID of the file's group.*/
     unsigned long __pad3;
-    unsigned long st_rdev                      /* Device number, if device.  */
+    unsigned long st_rdev;                     /* Device number, if device.  */
     unsigned long long __pad4;
     long __pad5;
     long st_size;                              /* Size of file, in bytes. */