about summary refs log tree commit diff
path: root/arch/powerpc
diff options
context:
space:
mode:
authorRoman Yeryomin <roman@ubnt.com>2015-07-02 12:29:00 +0300
committerRich Felker <dalias@aerifal.cx>2015-07-21 19:14:58 -0400
commit3975577922aedab7d60788dd320a2c8e4e94bc6e (patch)
tree94b6d934bba0dc4eb8e4a7e8bd8a9d68438a90ce /arch/powerpc
parent29ec7677a73a5227badbb1064205be09e707e466 (diff)
downloadmusl-3975577922aedab7d60788dd320a2c8e4e94bc6e.tar.gz
musl-3975577922aedab7d60788dd320a2c8e4e94bc6e.tar.xz
musl-3975577922aedab7d60788dd320a2c8e4e94bc6e.zip
socket.h: cleanup/reorder mips and powerpc bits/socket.h
....to be somewhat consistent and easily comparable with asm/socket.h

Signed-off-by: Roman Yeryomin <roman@ubnt.com>
Diffstat (limited to 'arch/powerpc')
-rw-r--r--arch/powerpc/bits/socket.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/powerpc/bits/socket.h b/arch/powerpc/bits/socket.h
index 8531ec91..18087919 100644
--- a/arch/powerpc/bits/socket.h
+++ b/arch/powerpc/bits/socket.h
@@ -24,8 +24,6 @@ struct cmsghdr
 #define SO_BROADCAST    6
 #define SO_SNDBUF       7
 #define SO_RCVBUF       8
-#define SO_SNDBUFFORCE  32
-#define SO_RCVBUFFORCE  33
 #define SO_KEEPALIVE    9
 #define SO_OOBINLINE    10
 #define SO_NO_CHECK     11
@@ -40,5 +38,7 @@ struct cmsghdr
 #define SO_PASSCRED     20
 #define SO_PEERCRED     21
 #define SO_ACCEPTCONN   30
+#define SO_SNDBUFFORCE  32
+#define SO_RCVBUFFORCE  33
 #define SO_PROTOCOL     38
 #define SO_DOMAIN       39