diff options
Diffstat (limited to 'usr/src/uts/common/os/exec.c')
-rw-r--r-- | usr/src/uts/common/os/exec.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/usr/src/uts/common/os/exec.c b/usr/src/uts/common/os/exec.c index 2f03e83563..fc299421fa 100644 --- a/usr/src/uts/common/os/exec.c +++ b/usr/src/uts/common/os/exec.c @@ -92,15 +92,6 @@ uint_t auxv_hwcap32 = 0; /* 32-bit version of auxv_hwcap */ #define PSUIDFLAGS (SNOCD|SUGID) /* - * exec() - wrapper around exece providing NULL environment pointer - */ -int -exec(const char *fname, const char **argp) -{ - return (exece(fname, argp, NULL)); -} - -/* * exece() - system call wrapper around exec_common() */ int |