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:
parent
162bc021a1
commit
848d487cd2
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue