> I'm currently running on a 64-bit version of Linux on a MIPS processor
> (int == 32 bit, long == 64 bit). I noticed that the time() system call did
> not work.
>
> Is there any reason why sys_time() (and sys_stime()) in kernel/time.c is
> defined with an int pointer?
The syscalls are obsolete and do not even attempt to work on 64-bit
systems. It's all explained there.
-- + Maciej W. Rozycki, Technical University of Gdansk, Poland + +--------------------------------------------------------------+ + e-mail: macro@ds2.pg.gda.pl, PGP key available +- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/