Hi Florian, > * Lukasz Majewski: > > > It fixes the following error on ARM 32 bit port: > > > > y2038-glibc/support/support_path_support_time64.c:34: undefined > > reference to `__libc_do_syscall' > > collect2: error: ld returned 1 exit status > > Should libsupport use syscall for direct system calls? I'm not sure what is the correct approach here. In my case - armv7, 32 bit - in support/support_path_support_time64.c the utimensat_time64 syscall is called, which is wrapped to INLINE_SYSCALL_CALL(), which calls __libc_do_syscall ASM ARM function. This function is only defined for i386 and 32 bit ARM (in e.g. sysdeps/unix/sysv/linux/{arm|i386}/libc-do-syscall.S) > > Thanks, > Florian > Best regards, Lukasz Majewski -- DENX Software Engineering GmbH, Managing Director: Wolfgang Denk HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: (+49)-8142-66989-59 Fax: (+49)-8142-66989-80 Email: lukma@denx.de