summaryrefslogtreecommitdiffhomepage
path: root/src/nxt_process.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/nxt_process.h')
-rw-r--r--src/nxt_process.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nxt_process.h b/src/nxt_process.h
index 16d6110c..4c00ce6c 100644
--- a/src/nxt_process.h
+++ b/src/nxt_process.h
@@ -93,7 +93,7 @@ typedef struct {
#endif
#if (NXT_HAVE_PR_SET_NO_NEW_PRIVS)
- uint8_t new_privs; /* 1 bit */
+ nxt_bool_t new_privs;
#endif
} nxt_process_isolation_t;