diff options
author | Heiko Carstens <heiko.carstens@de.ibm.com> | 2006-02-12 06:35:03 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-02-12 13:11:58 -0500 |
commit | 19bf9cbf6b313ae79a0c7278ccaa9c72c86931bd (patch) | |
tree | 957055cc4aec4db615cfd9726777b0815ca405ac /include/asm-s390/unistd.h | |
parent | bc6d7fdf460ec5292d66bb551dbfa49ca682bebf (diff) |
[PATCH] s390: fstatat64 support
Add fstatat64 support to s390 in order to follow changes with
commit cff2b760096d1e6feaa31948e7af4abbefe47822 .
Also fixes compilation for 31 bit.
Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'include/asm-s390/unistd.h')
-rw-r--r-- | include/asm-s390/unistd.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/asm-s390/unistd.h b/include/asm-s390/unistd.h index 0a2f6664c4cf..657d582e8149 100644 --- a/include/asm-s390/unistd.h +++ b/include/asm-s390/unistd.h | |||
@@ -285,7 +285,7 @@ | |||
285 | #define __NR_mknodat 290 | 285 | #define __NR_mknodat 290 |
286 | #define __NR_fchownat 291 | 286 | #define __NR_fchownat 291 |
287 | #define __NR_futimesat 292 | 287 | #define __NR_futimesat 292 |
288 | #define __NR_newfstatat 293 | 288 | #define __NR_fstatat64 293 |
289 | #define __NR_unlinkat 294 | 289 | #define __NR_unlinkat 294 |
290 | #define __NR_renameat 295 | 290 | #define __NR_renameat 295 |
291 | #define __NR_linkat 296 | 291 | #define __NR_linkat 296 |
@@ -359,6 +359,7 @@ | |||
359 | #undef __NR_fcntl64 | 359 | #undef __NR_fcntl64 |
360 | #undef __NR_sendfile64 | 360 | #undef __NR_sendfile64 |
361 | #undef __NR_fadvise64_64 | 361 | #undef __NR_fadvise64_64 |
362 | #undef __NR_fstatat64 | ||
362 | 363 | ||
363 | #define __NR_select 142 | 364 | #define __NR_select 142 |
364 | #define __NR_getrlimit 191 /* SuS compliant getrlimit */ | 365 | #define __NR_getrlimit 191 /* SuS compliant getrlimit */ |
@@ -381,6 +382,7 @@ | |||
381 | #define __NR_setgid 214 | 382 | #define __NR_setgid 214 |
382 | #define __NR_setfsuid 215 | 383 | #define __NR_setfsuid 215 |
383 | #define __NR_setfsgid 216 | 384 | #define __NR_setfsgid 216 |
385 | #define __NR_newfstatat 293 | ||
384 | 386 | ||
385 | #endif | 387 | #endif |
386 | 388 | ||