aboutsummaryrefslogtreecommitdiff
path: root/libgloss/syscall.h
diff options
context:
space:
mode:
authorJeff Johnston <jjohnstn@redhat.com>2007-11-06 23:07:06 +0000
committerJeff Johnston <jjohnstn@redhat.com>2007-11-06 23:07:06 +0000
commitc8853ef7015fb6ea4549b386de821abc2796c811 (patch)
tree596bcd1bda7845aec6c62c1b12edb941488b77ae /libgloss/syscall.h
parentde32ab54d87a84d5332d1753774a5d95da9dd126 (diff)
downloadnewlib-c8853ef7015fb6ea4549b386de821abc2796c811.zip
newlib-c8853ef7015fb6ea4549b386de821abc2796c811.tar.gz
newlib-c8853ef7015fb6ea4549b386de821abc2796c811.tar.bz2
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 38bedaa..3db9db1 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