diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2008-12-29 15:06:30 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2008-12-29 15:06:30 +0000 |
commit | 3f59c71ed8ef6c66f3e3c31162f536861a190a1c (patch) | |
tree | bfbe78c694bab9b048ca6b9e99425284ad8188e6 /libc/sysdeps/linux/common/bits/shm.h | |
parent | 90ca90c53d4364ebefeb54a99deb4c7890d84488 (diff) |
- whitespace cleanup; no obj-code changes
Diffstat (limited to 'libc/sysdeps/linux/common/bits/shm.h')
-rw-r--r-- | libc/sysdeps/linux/common/bits/shm.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libc/sysdeps/linux/common/bits/shm.h b/libc/sysdeps/linux/common/bits/shm.h index 318d601ae..87ccd0fc5 100644 --- a/libc/sysdeps/linux/common/bits/shm.h +++ b/libc/sysdeps/linux/common/bits/shm.h @@ -66,8 +66,8 @@ struct shmid_ds #ifdef __USE_MISC /* ipcs ctl commands */ -# define SHM_STAT 13 -# define SHM_INFO 14 +# define SHM_STAT 13 +# define SHM_INFO 14 /* shm_mode upper byte flags */ # define SHM_DEST 01000 /* segment will be destroyed on last detach */ |