diff options
author | Christopher Faylor <me@cgf.cx> | 2002-06-11 02:08:00 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2002-06-11 02:08:00 +0000 |
commit | 380aaf2d2ced0e305e91c85d8bda2de6092b424f (patch) | |
tree | c311aecc9dcc922b138d3d4c12ccd2a0930d325d /winsup/cygwin/cygwin.din | |
parent | 85a238e1e8253b37a7ebf960831e75ded21119e5 (diff) | |
download | cygnal-380aaf2d2ced0e305e91c85d8bda2de6092b424f.tar.gz cygnal-380aaf2d2ced0e305e91c85d8bda2de6092b424f.tar.bz2 cygnal-380aaf2d2ced0e305e91c85d8bda2de6092b424f.zip |
* Makefile.in: Ensure that -MD gets added to CFLAGS regardless of CFLAGS
command-line setting.
* cygwin.din: Export sexec* functions as function which returns ENOSYS
(i.e., sexec* is deprecated).
* dtable.cc (dtable::vfork_child_dup): Ensure that impersonation is restored
even on failure.
* exec.cc: Throughout, remove references to sexec* and _spawnve.
* pinfo.h: Remove _spawnve declaration.
* spawn.cc: Rename _spawnve to spawnve and use throughout.
(spawn_guts): Eliminate hToken argument and processing of same. Just perform
special actions if impersonating.
(spawnve): Rename from _spawnve.
Diffstat (limited to 'winsup/cygwin/cygwin.din')
-rw-r--r-- | winsup/cygwin/cygwin.din | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/winsup/cygwin/cygwin.din b/winsup/cygwin/cygwin.din index c687f7223..c9e7aac28 100644 --- a/winsup/cygwin/cygwin.din +++ b/winsup/cygwin/cygwin.din @@ -1144,14 +1144,14 @@ _tzname DATA ptsname grantpt unlockpt -sexecve -sexecl -sexecle -sexeclp -sexeclpe -sexecv -sexecp -sexecvpe +sexecve = sexecve_is_bad +sexecl = sexecve_is_bad +sexecle = sexecve_is_bad +sexeclp = sexecve_is_bad +sexeclpe = sexecve_is_bad +sexecv = sexecve_is_bad +sexecp = sexecve_is_bad +sexecvpe = sexecve_is_bad ttyslot rcmd = cygwin_rcmd rresvport = cygwin_rresvport |