diff options
author | Jeff Johnston <jjohnstn@redhat.com> | 2007-11-06 23:07:06 +0000 |
---|---|---|
committer | Jeff Johnston <jjohnstn@redhat.com> | 2007-11-06 23:07:06 +0000 |
commit | c8853ef7015fb6ea4549b386de821abc2796c811 (patch) | |
tree | 596bcd1bda7845aec6c62c1b12edb941488b77ae /libgloss/syscall.h | |
parent | de32ab54d87a84d5332d1753774a5d95da9dd126 (diff) | |
download | cygnal-c8853ef7015fb6ea4549b386de821abc2796c811.tar.gz cygnal-c8853ef7015fb6ea4549b386de821abc2796c811.tar.bz2 cygnal-c8853ef7015fb6ea4549b386de821abc2796c811.zip |
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.h | 4 |
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 |