X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=udev_libc_wrapper.h;h=6f8c8f24c7eb4693792f941c97bcbe1338d7cdf7;hb=586e1a37eff1ec9b69c0d2953014e7291fb875b5;hp=9dd22175cd5a15964843ad054b4ea89bfb2be526;hpb=40caaeec51f5d8f65245932a85396ac85265cbe5;p=elogind.git diff --git a/udev_libc_wrapper.h b/udev_libc_wrapper.h index 9dd22175c..6f8c8f24c 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) {