summaryrefslogtreecommitdiffstats
path: root/libgloss/nds32/syscall_extra.h
diff options
context:
space:
mode:
Diffstat (limited to 'libgloss/nds32/syscall_extra.h')
-rw-r--r--libgloss/nds32/syscall_extra.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/libgloss/nds32/syscall_extra.h b/libgloss/nds32/syscall_extra.h
index 7af4a4550..7c69489ca 100644
--- a/libgloss/nds32/syscall_extra.h
+++ b/libgloss/nds32/syscall_extra.h
@@ -32,11 +32,12 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
/* These are additional syscalls for nds32 target. */
-#define SYS_rename 3001
-#define SYS_isatty 3002
-#define SYS_system 3003
+#define SYS_rename 3001
+#define SYS_isatty 3002
+#define SYS_system 3003
-#define SYS_geterr 6001
+#define SYS_geterr 6001
+#define SYS_getcmdline 6002
/* Define macros that generate assembly output. */