commit | 620b5e68ee89ba1d3f017056857459dc21be8c7b | [log] [tgz] |
---|---|---|
author | Richard Henderson <rth@twiddle.net> | Wed Aug 08 13:17:08 2007 -0700 |
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | Thu Aug 09 08:39:22 2007 -0700 |
tree | 78981b55b2446c5a3cf0cb03715802928a8db1cf | |
parent | 8b80fc02b829a59602b0f53eb9393ffb2db2659d [diff] |
Fix Alpha O_CLOEXEC definition The default definition in asm-generic conflicts with Alpha's O_DIRECT, so, like several other arches, it needs to be redefined. Signed-off-by: Richard Hendersion <rth@twiddle.net> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>