summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsbruno <sbruno@FreeBSD.org>2018-04-24 19:55:12 +0000
committerSebastian Huber <sebastian.huber@embedded-brains.de>2018-08-24 15:00:04 +0200
commit6a98562b522883f77692f5192ca31f269856dadf (patch)
tree3679c2ee2d5f99d6e9aec4e9744b89da7ec46fbd
parent5c636abe894466a82146994df467e6a7e8c16942 (diff)
downloadcygnal-6a98562b522883f77692f5192ca31f269856dadf.tar.gz
cygnal-6a98562b522883f77692f5192ca31f269856dadf.tar.bz2
cygnal-6a98562b522883f77692f5192ca31f269856dadf.zip
Revert r332894 at the request of the submitter.
Submitted by: Johannes Lundberg <johalun0_gmail.com> Sponsored by: Limelight Networks
-rw-r--r--newlib/libc/sys/rtems/include/sys/socket.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/newlib/libc/sys/rtems/include/sys/socket.h b/newlib/libc/sys/rtems/include/sys/socket.h
index 19062c5ee..345eaa83f 100644
--- a/newlib/libc/sys/rtems/include/sys/socket.h
+++ b/newlib/libc/sys/rtems/include/sys/socket.h
@@ -147,9 +147,6 @@ typedef __uintptr_t uintptr_t;
#define SO_NO_OFFLOAD 0x4000 /* socket cannot be offloaded */
#define SO_NO_DDP 0x8000 /* disable direct data placement */
-// XXX: so_options was only 16 bit, now globally increased to 32 bit
-#define SO_REUSEPORT_LB 0x00010000 /* reuse with load balancing */
-
/*
* Additional options, not kept in so_options.
*/