diff options
| author | christos <christos@NetBSD.org> | 2014-09-26 19:28:03 +0000 |
|---|---|---|
| committer | christos <christos@NetBSD.org> | 2014-09-26 19:28:03 +0000 |
| commit | 42553733fa2d5953de09767e793863048615c36e (patch) | |
| tree | fe5ab7969302c7482d0eab5faf15dbeaa6fa89be /lib/libc/include | |
| parent | 345b34d3308d22ab2d4f7af4cfe697582650ec58 (diff) | |
add execvpe, execlpe (reviewed by phone)
Diffstat (limited to 'lib/libc/include')
| -rw-r--r-- | lib/libc/include/namespace.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/libc/include/namespace.h b/lib/libc/include/namespace.h index 65d12cb38de..508768ff4c6 100644 --- a/lib/libc/include/namespace.h +++ b/lib/libc/include/namespace.h @@ -1,4 +1,4 @@ -/* $NetBSD: namespace.h,v 1.175 2014/09/25 15:08:29 manu Exp $ */ +/* $NetBSD: namespace.h,v 1.176 2014/09/26 19:28:03 christos Exp $ */ /*- * Copyright (c) 1997-2004 The NetBSD Foundation, Inc. @@ -278,8 +278,10 @@ #define execl _execl #define execle _execle #define execlp _execlp +#define execlpe _execlpe #define execv _execv #define execvp _execvp +#define execvpe _execvpe #define explicit_memset _explicit_memset #define fdiscard _fdiscard #define fdopen _fdopen |
