aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-x86_64/ia32_unistd.h
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2006-02-01 03:04:33 -0800
committerLinus Torvalds <torvalds@g5.osdl.org>2006-02-01 08:53:09 -0800
commit3a2ca64496cc1c9aeab1076e06d092b3ec74a43d (patch)
treee76fdb42c39184405bbe5c9dafdb04e9012c38c0 /include/asm-x86_64/ia32_unistd.h
parent[PATCH] CONFIG_ISA does not make sense for CONFIG_PPC_PSERIES (diff)
downloadlinux-dev-3a2ca64496cc1c9aeab1076e06d092b3ec74a43d.tar.xz
linux-dev-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 '')
-rw-r--r--include/asm-x86_64/ia32_unistd.h2
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