This is the mail archive of the
newlib@sourceware.org
mailing list for the newlib project.
REENTRANT_SYSCALLS_PROVIDED?
- From: Josef Wolf <jw at raven dot inka dot de>
- To: newlib at sourceware dot org
- Date: Mon, 10 Sep 2018 16:05:27 +0200
- Subject: REENTRANT_SYSCALLS_PROVIDED?
Hello,
Where am I supposed to define the REENTRANT_SYSCALLS_PROVIDED macro?
I'm defining it to configure like this:
$ CFLAGS="$CFLAGS -DREENTRANT_SYSCALLS_PROVIDED" ./configure
but I still get the reentrant syscalls in the resulting libc, which causes
link error, since I don't have any syscalls at all in my project.
Any help?
Thanks,
--
Josef Wolf
jw@raven.inka.de