1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-29 11:41:21 +03:00

(openlog_internal): Fix compile problem.

This commit is contained in:
Ulrich Drepper
2008-07-30 15:55:18 +00:00
parent 0424d00701
commit 340f76a284

View File

@ -360,9 +360,9 @@ openlog_internal(const char *ident, int logstat, int logfac)
__have_sock_cloexec
= (LogFile != -1
|| errno != EINVAL);
#endif
}
#endif
#endif
#ifndef __ASSUME_SOCK_CLOEXEC
# ifdef SOCK_CLOEXEC
if (__have_sock_cloexec < 0)