diff options
author | Ulrich Drepper <drepper@redhat.com> | 2006-02-01 12:04:33 +0100 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-02-01 17:53:09 +0100 |
commit | 3a2ca64496cc1c9aeab1076e06d092b3ec74a43d (patch) | |
tree | e76fdb42c39184405bbe5c9dafdb04e9012c38c0 /include/asm-x86_64 | |
parent | [PATCH] CONFIG_ISA does not make sense for CONFIG_PPC_PSERIES (diff) | |
download | linux-3a2ca64496cc1c9aeab1076e06d092b3ec74a43d.tar.xz linux-3a2ca64496cc1c9aeab1076e06d092b3ec74a43d.zip |
[PATCH] prototypes for *at functions & typo fix
Here's the follow-up patch which introduces the prototypes for the new
syscalls. There was also a typo in one of the new symbols.
Signed-off-by: Ulrich Drepper <drepper@redhat.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'include/asm-x86_64')
-rw-r--r-- | include/asm-x86_64/ia32_unistd.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-x86_64/ia32_unistd.h b/include/asm-x86_64/ia32_unistd.h index e87cd83a0e86..9afc0c7d3661 100644 --- a/include/asm-x86_64/ia32_unistd.h +++ b/include/asm-x86_64/ia32_unistd.h @@ -300,7 +300,7 @@ #define __NR_ia32_inotify_add_watch 292 #define __NR_ia32_inotify_rm_watch 293 #define __NR_ia32_migrate_pages 294 -#define __NR_ia32_opanat 295 +#define __NR_ia32_openat 295 #define __NR_ia32_mkdirat 296 #define __NR_ia32_mknodat 297 #define __NR_ia32_fchownat 298 |