diff --git a/src/process.c b/src/process.c index fbb517d91a7..d4bd19a24a9 100644 --- a/src/process.c +++ b/src/process.c @@ -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