diff -r 66fcfb3d6745 -r 1a29ad87a9ec patches/uClibc/0.9.30.2/200-clean-up-O_CLOEXEC-handling.patch --- a/patches/uClibc/0.9.30.2/200-clean-up-O_CLOEXEC-handling.patch Sun Feb 28 11:50:15 2010 +0100 +++ b/patches/uClibc/0.9.30.2/200-clean-up-O_CLOEXEC-handling.patch Thu Feb 09 21:39:31 2012 +0100 @@ -105,7 +105,7 @@ # define O_NOFOLLOW 0100000 /* Do not follow links. */ # define O_DIRECT 0200000 /* Direct disk access. */ +# define O_NOATIME 01000000 /* don't set atime */ -+# define O_CLOEXEC 02000000 /* set close_on_exec * ++# define O_CLOEXEC 02000000 /* set close_on_exec */ #endif /* For now Linux has synchronisity options for data and read operations.