1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-03-05 13:31:45 -08:00

* src/process.c (SOCK_NONBLOCK): Fix typo.

This commit is contained in:
Alp Aker 2016-05-22 14:14:19 -04:00
parent 162bc021a1
commit 848d487cd2

View file

@ -151,7 +151,7 @@ bool inhibit_sentinels;
# define SOCK_CLOEXEC 0
#endif
#ifndef SOCK_NONBLOCK
# define SOCK_NONBLOCk 0
# define SOCK_NONBLOCK 0
#endif
/* True if ERRNUM represents an error where the system call would