From 63126619bb1274dc5edba69f2fd7d6c74d551425 Mon Sep 17 00:00:00 2001 From: "Anthony G. Basile" Date: Fri, 29 May 2015 19:15:25 -0400 Subject: src/shared/missing.h: O_PATH and AT_EMPTY_PATH missing in uClibc's Signed-off-by: Anthony G. Basile --- src/shared/missing.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'src/shared') diff --git a/src/shared/missing.h b/src/shared/missing.h index a5cf627373..2dc9d842d3 100644 --- a/src/shared/missing.h +++ b/src/shared/missing.h @@ -150,3 +150,11 @@ static inline int name_to_handle_at(int fd, const char *name, struct file_handle #ifndef INPUT_PROP_ACCELEROMETER #define INPUT_PROP_ACCELEROMETER 0x06 #endif + +#ifndef O_PATH +#define O_PATH 010000000 +#endif + +#ifndef AT_EMPTY_PATH +#define AT_EMPTY_PATH 0x1000 +#endif -- cgit v1.2.3-54-g00ecf