Hi Waldemar,
On Mon, Mar 26, 2018 at 09:25:03PM +0200, Waldemar Brodkorb wrote:
Only openrisc has no vfork.S.
So new architectures have no vfork anymore?
ref: linux-4.16-rc5/include/uapi/asm-generic/unistd.h:838-900
#ifdef __ARCH_WANT_SYSCALL_DEPRECATED
...
#define __NR_vfork 1071
...
#endif /* __ARCH_WANT_SYSCALL_DEPRECATED */
If there is no __NR_vfork in unistd.h, vfork.S is empty.
eg nds32 vfork.S:
#ifdef __NR_vfork
...
#endif
eg arc vfork.S:
Are you sure it could compile with the linux-4.16-rc5? There is no
__NR_vfork at all.
For csky, we don't have historical burdens, we are new born.
Thanks. Would it be better if we wait with your uClibc-ng patches
until a Linux kernel is released with c-sky support?
I have now working configurations in my regression testing script,
so I find any issues when changing common code.
best regards
Waldemar