On 12/09/14 09:13, Anthony G. Basile wrote:
On 12/08/14 13:31, Waldemar Brodkorb wrote:
Hi Anthony,

I tried your patch, but I have a minor issue when building the added
tests on noMMU (like Blackfin):

Thanks.  This is just a test but let me look at this wrt to noMMU and
see what can be done.  You can probably avoid the fork but you need the
exec because that's the whole point of O_CLOEXEC.



Hey look, its magically fixed in the latest commit:

diff --git a/test/stdlib/test-mkostemp-O_CLOEXEC.c b/test/stdlib/test-mkostemp-O_CLOEXEC.c

+#if !defined __ARCH_USE_MMU__
+# define fork vfork
+#endif


@Bernhard.  Thanks :)

--
Anthony G. Basile, Ph. D.
Chair of Information Technology
D'Youville College
Buffalo, NY 14201
(716) 829-8197
_______________________________________________
uClibc mailing list
uClibc@uclibc.org
http://lists.busybox.net/mailman/listinfo/uclibc

Reply via email to