mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-22 19:00:07 +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
|
||||
= (LogFile != -1
|
||||
|| errno != EINVAL);
|
||||
#endif
|
||||
}
|
||||
#endif
|
||||
#endif
|
||||
#ifndef __ASSUME_SOCK_CLOEXEC
|
||||
# ifdef SOCK_CLOEXEC
|
||||
if (__have_sock_cloexec < 0)
|
||||
|
Loading…
Reference in New Issue
Block a user