diff options
Diffstat (limited to 'libc/kernel/uapi/asm-generic/sembuf.h')
-rw-r--r-- | libc/kernel/uapi/asm-generic/sembuf.h | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/libc/kernel/uapi/asm-generic/sembuf.h b/libc/kernel/uapi/asm-generic/sembuf.h index bcf1702..1cc4e32 100644 --- a/libc/kernel/uapi/asm-generic/sembuf.h +++ b/libc/kernel/uapi/asm-generic/sembuf.h @@ -21,20 +21,20 @@ #include <asm/bitsperlong.h> struct semid64_ds { /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ - struct ipc64_perm sem_perm; - __kernel_time_t sem_otime; + struct ipc64_perm sem_perm; + __kernel_time_t sem_otime; #if __BITS_PER_LONG != 64 - unsigned long __unused1; + unsigned long __unused1; /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ #endif - __kernel_time_t sem_ctime; + __kernel_time_t sem_ctime; #if __BITS_PER_LONG != 64 - unsigned long __unused2; + unsigned long __unused2; /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ #endif - unsigned long sem_nsems; - unsigned long __unused3; - unsigned long __unused4; + unsigned long sem_nsems; + unsigned long __unused3; + unsigned long __unused4; /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ }; #endif |