aboutsummaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/execvpe.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/execvpe.h b/include/execvpe.h
index 676fc72..c3b2dd3 100644
--- a/include/execvpe.h
+++ b/include/execvpe.h
@@ -19,7 +19,9 @@
#endif
#if !defined(_MSC_VER) && !defined(__MINGW32__) && !defined(_WIN32)
+#ifndef __QNXNTO__
extern int execvpe(char *name, char *const argv[], char **envp);
+#endif
extern void pPrPr_disableITimers (void);
#endif