summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorPedro F. Giffuni <pfg@FreeBSD.org>2015-07-08 16:21:10 +0000
committerPedro F. Giffuni <pfg@FreeBSD.org>2015-07-08 16:21:10 +0000
commit5d0bef91b784874af648987999deadabbae321a1 (patch)
tree4a713d11f730ad8e543c88885eea7ac95aab8845 /include
parent8bdc5a6251ddffc81a013f36b4384c8ace9c4bec (diff)
downloadsrc-test2-5d0bef91b784874af648987999deadabbae321a1.tar.gz
src-test2-5d0bef91b784874af648987999deadabbae321a1.zip
Notes
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 0329122f7e7c..ef77133d0ba5 100644
--- a/include/unistd.h
+++ b/include/unistd.h
@@ -327,9 +327,9 @@ int close(int);
void closefrom(int);
int dup(int);
int dup2(int, int);
-int execl(const char *, const char *, ...);
+int execl(const char *, const char *, ...) __sentinel;
int execle(const char *, const char *, ...);
-int execlp(const char *, const char *, ...);
+int execlp(const char *, const char *, ...) __sentinel;
int execv(const char *, char * const *);
int execve(const char *, char * const *, char * const *);
int execvp(const char *, char * const *);