Re: [libposix-development] Some restructuring, preliminary (non-functional) x86-64 port
Status: Pre-Alpha
Brought to you by:
hdante
From: Andreas K. <akr...@go...> - 2009-06-03 18:36:03
|
Hi, - syscall_nums.h: It seems that you've copied and pasted those. That >> can't be done. The original license and author must be present in the >> source. Also, that license needs to be BSD (the project will have a >> single license, I'll talk about this). Also, is this from a GPL libc ? >> We can't refer to GPL competitors, else our library will become a >> "derivative work" and we'll need to relicense it as GPL. > > > It's from the Linux kernel's arch/x86/include/asm/unistd_64.h, with some > vim magic applied. If this is unacceptable, then, well, we have a problem, > as this is more or less the official reference. And even though FreeBSD has > a Linux emulation, it doesn't seem to have support for Linux x86_64 > syscalls, at least I couldn't find anything. > OK, I did find something usable now: http://cvsweb.netbsd.org/bsdweb.cgi/src/sys/compat/linux/arch/amd64/linux_syscall.h?rev=1.32&content-type=text/x-cvsweb-markup I'll correct this in my source and release a new patch. Regards, Andreas |