Fix the uClibc clean-up-O_CLOEXEC-handling patch
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Wed Apr 07 09:19:16 2010 +0200 (2010-04-07)
changeset 18866cebc65d4a55
parent 1882 7daf6f84ead6
child 1887 5d872df743fe
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.
patches/uClibc/0.9.30.2/200-clean-up-O_CLOEXEC-handling.patch
     1.1 --- a/patches/uClibc/0.9.30.2/200-clean-up-O_CLOEXEC-handling.patch	Wed Apr 07 18:35:23 2010 +0200
     1.2 +++ b/patches/uClibc/0.9.30.2/200-clean-up-O_CLOEXEC-handling.patch	Wed Apr 07 09:19:16 2010 +0200
     1.3 @@ -105,7 +105,7 @@
     1.4   # define O_NOFOLLOW	0100000	/* Do not follow links.	 */
     1.5   # define O_DIRECT	0200000	/* Direct disk access.	*/
     1.6  +# define O_NOATIME     01000000 /* don't set atime */
     1.7 -+# define O_CLOEXEC     02000000 /* set close_on_exec *
     1.8 ++# define O_CLOEXEC     02000000 /* set close_on_exec */
     1.9   #endif
    1.10   
    1.11   /* For now Linux has synchronisity options for data and read operations.