Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'libgloss/syscall.h')
-rw-r--r--libgloss/syscall.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/libgloss/syscall.h b/libgloss/syscall.h
index 665cfe892..38bedaae6 100644
--- a/libgloss/syscall.h
+++ b/libgloss/syscall.h
@@ -46,4 +46,9 @@
#define SYS_gettimeofday 19
#define SYS_times 20
#define SYS_link 21
+
+/* New ARGV support. */
+#define SYS_argc 22
+#define SYS_argnlen 23
+#define SYS_argn 24
#endif