mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-20 05:17:54 +00:00
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.
This commit is contained in:
parent
9c0cb0eecd
commit
ea8b5ddce5
@ -105,7 +105,7 @@ index 7d0bcf9..aabf94d 100644
|
||||
# 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.
|
||||
|
Loading…
Reference in New Issue
Block a user