mirror of
https://sourceware.org/git/glibc.git
synced 2025-01-08 18:30:18 +00:00
(openlog_internal): Fix compile problem.
This commit is contained in:
parent
0424d00701
commit
340f76a284
@ -360,9 +360,9 @@ openlog_internal(const char *ident, int logstat, int logfac)
|
|||||||
__have_sock_cloexec
|
__have_sock_cloexec
|
||||||
= (LogFile != -1
|
= (LogFile != -1
|
||||||
|| errno != EINVAL);
|
|| errno != EINVAL);
|
||||||
#endif
|
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
#endif
|
||||||
#ifndef __ASSUME_SOCK_CLOEXEC
|
#ifndef __ASSUME_SOCK_CLOEXEC
|
||||||
# ifdef SOCK_CLOEXEC
|
# ifdef SOCK_CLOEXEC
|
||||||
if (__have_sock_cloexec < 0)
|
if (__have_sock_cloexec < 0)
|
||||||
|
Loading…
Reference in New Issue
Block a user