aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/spawn.cc
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2003-12-08 00:21:17 +0000
committerChristopher Faylor <me@cgf.cx>2003-12-08 00:21:17 +0000
commit1c5c9a6bfb3bcfa33242904880f8880802decbb2 (patch)
tree8bc70a5ea58aec494513ac2cbfc62d48af4ba2bc /winsup/cygwin/spawn.cc
parent2e008fb91f34b5a257305a1e9e42f60fb0aef81d (diff)
downloadnewlib-1c5c9a6bfb3bcfa33242904880f8880802decbb2.zip
newlib-1c5c9a6bfb3bcfa33242904880f8880802decbb2.tar.gz
newlib-1c5c9a6bfb3bcfa33242904880f8880802decbb2.tar.bz2
* spawn.cc (spawn_guts): Change type back to 'int' after erroneous change
below.
Diffstat (limited to 'winsup/cygwin/spawn.cc')
-rw-r--r--winsup/cygwin/spawn.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/spawn.cc b/winsup/cygwin/spawn.cc
index 11a3616..0e288df 100644
--- a/winsup/cygwin/spawn.cc
+++ b/winsup/cygwin/spawn.cc
@@ -345,7 +345,7 @@ do_cleanup (void *args)
}
-static bool __stdcall
+static int __stdcall
spawn_guts (const char * prog_arg, const char *const *argv,
const char *const envp[], int mode)
{