commit 26002 breaks compile on m68k nommu.

Lennart Sorensen lsorense at csclub.uwaterloo.ca
Tue Apr 14 18:13:21 UTC 2009


Commit 26002 attemps to implement the deamon() call on nommu systems.
It unfortunately did so using INTENAL_SYSCALL which doesn't exist on m68k,
and hence compiles of m68k nommu now fail.

I suspect it should be using something similar to _exit.c to access
the clone and exit syscalls, or one of the _syscall# functions, but I
can't quite make sense of what INTERNAL_SYSCALL actually does on other
architectures enough to actually fix it.

Maybe someone with a clue about syscalls can propose a simple fix
for this.

-- 
Len Sorensen


More information about the uClibc mailing list