# HG changeset patch # User Thomas Petazzoni # Date 1270624756 -7200 # Node ID 6cebc65d4a55e82cc96ec2cfe5471a5381a2ecad # Parent 7daf6f84ead63a21115fc813b773092064accffc Fix the uClibc clean-up-O_CLOEXEC-handling patch In the Blackfin case (untested until now), this patch was lacking a leading / at the end of a comment. diff -r 7daf6f84ead6 -r 6cebc65d4a55 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 Wed Apr 07 18:35:23 2010 +0200 +++ b/patches/uClibc/0.9.30.2/200-clean-up-O_CLOEXEC-handling.patch Wed Apr 07 09:19:16 2010 +0200 @@ -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.