diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2000-04-19 04:00:00 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2000-04-19 04:00:00 +0000 |
commit | 46e045034336a2cc90c1798cd7cc07af744ddfd6 (patch) | |
tree | 3b9b51fc482e729f663d25333e77fbed9aaa939a /include/asm-sh/unistd.h | |
parent | 31dc59d503a02e84c4de98826452acaeb56dc15a (diff) |
Merge with Linux 2.3.99-pre4.
Diffstat (limited to 'include/asm-sh/unistd.h')
-rw-r--r-- | include/asm-sh/unistd.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/asm-sh/unistd.h b/include/asm-sh/unistd.h index 20f5f659b..baaff1798 100644 --- a/include/asm-sh/unistd.h +++ b/include/asm-sh/unistd.h @@ -227,6 +227,8 @@ #define __NR_setfsuid32 215 #define __NR_setfsgid32 216 #define __NR_pivot_root 217 +#define __NR_mincore 218 +#define __NR_madvise 219 /* user-visible error numbers are in the range -1 - -125: see <asm-sh/errno.h> */ |