* [PATCH] open() forces O_LARGEFILE for o32 on 64bit kernels
@ 2006-05-28 14:02 Thiemo Seufer
0 siblings, 0 replies; only message in thread
From: Thiemo Seufer @ 2006-05-28 14:02 UTC (permalink / raw)
To: linux-mips; +Cc: ralf
Hello All,
open() always sets the O_LARGEFILE flag for the o32 ABI implementation
of a 64bit kernel. The appended patch fixes it.
Thiemo
--- a/arch/mips/kernel/scall64-o32.S 2006-04-24 12:02:26.000000000 +0100
+++ b/arch/mips/kernel/scall64-o32.S 2006-05-28 14:56:23.000000000 +0100
@@ -209,7 +209,7 @@ sys_call_table:
PTR sys_fork
PTR sys_read
PTR sys_write
- PTR sys_open /* 4005 */
+ PTR compat_sys_open /* 4005 */
PTR sys_close
PTR sys_waitpid
PTR sys_creat
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2006-05-28 14:03 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-05-28 14:02 [PATCH] open() forces O_LARGEFILE for o32 on 64bit kernels Thiemo Seufer
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.