diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2000-04-19 00:04:18 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2000-04-19 00:04:18 +0000 |
commit | 31dc59d503a02e84c4de98826452acaeb56dc15a (patch) | |
tree | 2ddf6a0424b4178b914d50e46f1c006eff15b491 /include | |
parent | a7f4071ab77d0f48c20b16020eaaff564a376655 (diff) |
Pause fix for mips64.
Diffstat (limited to 'include')
-rw-r--r-- | include/asm-mips64/unistd.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/asm-mips64/unistd.h b/include/asm-mips64/unistd.h index 38c62a456..5c3689b3a 100644 --- a/include/asm-mips64/unistd.h +++ b/include/asm-mips64/unistd.h @@ -1014,7 +1014,7 @@ #define __NR_Linux32_ptrace (__NR_Linux32 + 26) #define __NR_Linux32_alarm (__NR_Linux32 + 27) #define __NR_Linux32_oldfstat (__NR_Linux32 + 28) -#define __NR_Linux32_unused29 (__NR_Linux32 + 29) +#define __NR_Linux32_pause (__NR_Linux32 + 29) #define __NR_Linux32_utime (__NR_Linux32 + 30) #define __NR_Linux32_stty (__NR_Linux32 + 31) #define __NR_Linux32_gtty (__NR_Linux32 + 32) @@ -1243,7 +1243,7 @@ #define __NR_ptrace (__NR_Linux + 26) #define __NR_alarm (__NR_Linux + 27) #define __NR_oldfstat (__NR_Linux + 28) -#define __NR_unused29 (__NR_Linux + 29) +#define __NR_pause (__NR_Linux + 29) #define __NR_utime (__NR_Linux + 30) #define __NR_stty (__NR_Linux + 31) #define __NR_gtty (__NR_Linux + 32) |