summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorkre <kre@NetBSD.org>2020-12-04 23:04:58 +0000
committerkre <kre@NetBSD.org>2020-12-04 23:04:58 +0000
commit3fa6ce0478a60d073cc43aa93dd470f92f8891ee (patch)
treeb9eb40a30f04529f56f85b8d883da16378828381 /include
parentff2162d44f018dce4bec880ab2564fbe10270208 (diff)
Correct typo in previous.
Diffstat (limited to 'include')
-rw-r--r--include/unistd.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/unistd.h b/include/unistd.h
index e352d0651f3..bcafcc14ac5 100644
--- a/include/unistd.h
+++ b/include/unistd.h
@@ -1,4 +1,4 @@
-/* $NetBSD: unistd.h,v 1.160 2020/12/04 20:39:10 christos Exp $ */
+/* $NetBSD: unistd.h,v 1.161 2020/12/04 23:04:58 kre Exp $ */
/*-
* Copyright (c) 1998, 1999, 2008 The NetBSD Foundation, Inc.
@@ -102,7 +102,7 @@ char *cuserid(char *); /* obsolete */
#endif /* __CUSERID_DECLARED */
int dup(int);
int dup2(int, int);
-int execl(const char *, const char *, ...) __null__sentinel;
+int execl(const char *, const char *, ...) __null_sentinel;
int execle(const char *, const char *, ...);
int execlp(const char *, const char *, ...) __null_sentinel;
int execv(const char *, char * const *);