mirror of git://sourceware.org/git/glibc.git
Pretty printing.
This commit is contained in:
parent
fd9f89a1e1
commit
34df9f751d
|
@ -230,9 +230,9 @@ get_mapping (request_type type, const char *key,
|
|||
if (wait_on_socket (sock) <= 0)
|
||||
goto out_close2;
|
||||
|
||||
#ifndef MSG_NOSIGNAL
|
||||
# define MSG_NOSIGNAL 0
|
||||
#endif
|
||||
# ifndef MSG_NOSIGNAL
|
||||
# define MSG_NOSIGNAL 0
|
||||
# endif
|
||||
if (__builtin_expect (TEMP_FAILURE_RETRY (__recvmsg (sock, &msg,
|
||||
MSG_NOSIGNAL))
|
||||
!= keylen, 0))
|
||||
|
|
Loading…
Reference in New Issue