On Saturday 31 May 2014 11:22:38 Andreas Schwab wrote:
> Arnd Bergmann writes:
>
> > +asmlinkage long sys_utimens64at(int dfd, const char __user *filename,
>
> All existing syscall names have the 64 suffix last, including the *at
> variants, so sys_utimensat64 would be more in line.
Ok, makes s
Arnd Bergmann writes:
> +asmlinkage long sys_utimens64at(int dfd, const char __user *filename,
All existing syscall names have the 64 suffix last, including the *at
variants, so sys_utimensat64 would be more in line.
Andreas.
--
Andreas Schwab, sch...@linux-m68k.org
GPG Key fingerprint = 58CA
This introduces a new variant of the utime/utimes/futimesat/utimensat
system call (used by /usr/bin/touch), which fixes the 32-bit limitation
of time_t at the kernel/user boundary for 32-bit machines.
Each of the variants is a strict superset of the functionality of the
previous ones, so we only n
3 matches
Mail list logo