Where to implement fork()

Christian Haake chaake@mailbox.tu-berlin.de
Thu Jul 12 08:17:00 GMT 2012


Hi,
while implementing newlib stubs I'm wondering where I should implement 
fork().
I successfully implemented _sbrk in 
<pathtonewlib>/newlib/libc/sys/arm/syscalls.c but there is no function 
stub called _fork(void)
Or can I simply add this function stub into this file?!?
Can anybody give me a hint?
Thanks in advance...
Chris



More information about the Newlib mailing list