diff options
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 |