summaryrefslogtreecommitdiff
path: root/udev_libc_wrapper.h
diff options
context:
space:
mode:
Diffstat (limited to 'udev_libc_wrapper.h')
-rw-r--r--udev_libc_wrapper.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/udev_libc_wrapper.h b/udev_libc_wrapper.h
index 9dd22175cd..6f8c8f24c7 100644
--- a/udev_libc_wrapper.h
+++ b/udev_libc_wrapper.h
@@ -53,6 +53,10 @@
#define NETLINK_KOBJECT_UEVENT 15
#endif
+#ifndef SO_RCVBUFFORCE
+#define SO_RCVBUFFORCE 33
+#endif
+
#ifdef __KLIBC__
static inline int clearenv(void)
{