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:
authorJeff Johnston <jjohnstn@redhat.com>2007-11-07 02:07:06 +0300
committerJeff Johnston <jjohnstn@redhat.com>2007-11-07 02:07:06 +0300
commitc8853ef7015fb6ea4549b386de821abc2796c811 (patch)
tree596bcd1bda7845aec6c62c1b12edb941488b77ae /libgloss/syscall.h
parentde32ab54d87a84d5332d1753774a5d95da9dd126 (diff)
2007-11-06 Dave Brolley <brolley@redhat.com>
* syscall.h (SYS_reconfig): New macro.
Diffstat (limited to 'libgloss/syscall.h')
-rw-r--r--libgloss/syscall.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/libgloss/syscall.h b/libgloss/syscall.h
index 38bedaae6..3db9db142 100644
--- a/libgloss/syscall.h
+++ b/libgloss/syscall.h
@@ -51,4 +51,8 @@
#define SYS_argc 22
#define SYS_argnlen 23
#define SYS_argn 24
+
+/* SID simulator runtime reconfiguration. */
+#define SYS_reconfig 25
+
#endif