Correct typo in previous.

This commit is contained in:
kre 2020-12-04 23:04:58 +00:00
parent 3f3878dd72
commit 5cea56c875
1 changed files with 2 additions and 2 deletions

View File

@ -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 *);