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.h14
1 files changed, 8 insertions, 6 deletions
diff --git a/libgloss/syscall.h b/libgloss/syscall.h
index da785625a..665cfe892 100644
--- a/libgloss/syscall.h
+++ b/libgloss/syscall.h
@@ -38,10 +38,12 @@
#define SYS_argv 13
/* These are extras added for one reason or another. */
-#define SYS_chdir 14
-#define SYS_stat 15
-#define SYS_chmod 16
-#define SYS_utime 17
-#define SYS_time 18
-
+#define SYS_chdir 14
+#define SYS_stat 15
+#define SYS_chmod 16
+#define SYS_utime 17
+#define SYS_time 18
+#define SYS_gettimeofday 19
+#define SYS_times 20
+#define SYS_link 21
#endif