[klibc] Remove open_cloexec() The kernel now (since 2.6.23) allows O_CLOEXEC to be passed directly to open(), so there is no reason to have open_cloexec() anymore. Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>