]> git.eshelyaron.com Git - emacs.git/commitdiff
* src/process.c (SOCK_NONBLOCK): Fix typo.
authorAlp Aker <alp@food52.com>
Sun, 22 May 2016 18:14:19 +0000 (14:14 -0400)
committerAlp Aker <alp@food52.com>
Sun, 22 May 2016 18:14:19 +0000 (14:14 -0400)
src/process.c

index fbb517d91a727d972e31dfd1efb6deda551755e5..d4bd19a24a9be05b4c88f7533d633f6f45efb186 100644 (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