This is the mail archive of the newlib@sourceware.org mailing list for the newlib project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Where to implement fork()


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



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]