summaryrefslogtreecommitdiffstats
path: root/newlib/libc/include/process.h
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/libc/include/process.h')
-rw-r--r--newlib/libc/include/process.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/newlib/libc/include/process.h b/newlib/libc/include/process.h
index ca5b451ce..49560e2a5 100644
--- a/newlib/libc/include/process.h
+++ b/newlib/libc/include/process.h
@@ -27,7 +27,7 @@ int spawnve(int mode, const char *path, char * const *argv, const char * const *
int spawnvp(int mode, const char *path, const char * const *argv);
int spawnvpe(int mode, const char *path, const char * const *argv, const char * const *envp);
-#ifdef __CYGWIN32__
+#ifdef __CYGWIN__
/* Secure exec() functions family */
/* The first arg should really be a HANDLE which is a void *. But we
can't include windows.h here so... */