procd: uClibc O_PATH backwards compatibility fixes
[project/procd.git] / utils / utils.c
index 8f14aad..e239eda 100644 (file)
 
 #include "../log.h"
 
+#ifndef O_PATH
+#define O_PATH         010000000
+#endif
+
 void
 __blobmsg_list_init(struct blobmsg_list *list, int offset, int len, blobmsg_list_cmp cmp)
 {