summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/libc/rexec.cc
Commit message (Collapse)AuthorAgeFilesLines
* * net.cc: Remove calls to sig_dispatch_pending throughout.Corinna Vinschen2010-03-301-1/+0
| | | | * libc/rexec.cc: Ditto.
* * libc/bsdlib.cc: Align copyright with upstream.Corinna Vinschen2009-04-151-4/+0
| | | | | | | | | * libc/fnmatch.c: Ditto. * libc/fts.c: Ditto. * libc/inet_addr.c: Ditto. * libc/inet_network.c: Ditto. * libc/rcmd.cc: Ditto. * libc/rexec.cc: Ditto.
* * libc/rexec.cc (ruserpass): Use fstat64 instead of fstat.Corinna Vinschen2009-04-061-3/+3
|
* * localtime.cc (increment_overflow): Mark as non-inline to prevent compilerChristopher Faylor2008-09-111-1/+2
| | | | | | | | | | from complaining about the very thing we're trying to test. * ntea.cc (read_ea): Reorganize to avoid a new compiler warning/error. * sched.cc (sched_rr_get_interval): Ditto. * select.cc (peek_serial): Ditto. * libc/rexec.cc (ruserpass): Ditto. * posix_ipc.cc (ipc_names): Make static to avoid a compiler warning (and it's the right thing to do anyway).
* * libc/rexec.cc (cygwin_rexec): Obvious (?) fix to correct a gcc warning - setChristopher Faylor2006-07-051-2/+1
| | | | port to zero first thing in the function.
* * Makefile.in (DLL_OFILES): Add rexec.o.Corinna Vinschen2006-07-041-0/+416
* autoload.cc (inet_network): Drop definition. (rexec): Ditto. * net.cc (rexec): Drop extern declaration. (inet_network): Ditto. (cygwin_inet_network): Implement using inet_addr. (cygwin_rexec): Remove. * libc/rexec.cc: New file.