aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/process.c2
1 files changed, 1 insertions, 1 deletions
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;
151# define SOCK_CLOEXEC 0 151# define SOCK_CLOEXEC 0
152#endif 152#endif
153#ifndef SOCK_NONBLOCK 153#ifndef SOCK_NONBLOCK
154# define SOCK_NONBLOCk 0 154# define SOCK_NONBLOCK 0
155#endif 155#endif
156 156
157/* True if ERRNUM represents an error where the system call would 157/* True if ERRNUM represents an error where the system call would