This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "uClibc-ng - small C library for embedded systems".
The branch, master has been updated
via cf649082c7d4723c4aedcc59e188c740642db2e3 (commit)
from 9fc117ac5afd9c3c9e63947fb8f509964adc342c (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit cf649082c7d4723c4aedcc59e188c740642db2e3
Author: Waldemar Brodkorb <wbx(a)openadk.org>
Date: Wed Oct 1 20:54:18 2014 +0200
remove forced gcc optimization
It was added in 6d6bd8ba78434ecb09395582b5f3e41febd4d4ee,
but it is unclear for me, why this is needed or if it is
required. I don't think we should depend on some gcc
optimization, which might change in the future.
Anyway, this breaks c6x toolchain building (ICE), so I remove it.
Testsuite run for supported architectures didn't add any
new errors.
-----------------------------------------------------------------------
Summary of changes:
libc/unistd/daemon.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/libc/unistd/daemon.c b/libc/unistd/daemon.c
index 435d4f1..8fa2928 100644
--- a/libc/unistd/daemon.c
+++ b/libc/unistd/daemon.c
@@ -69,7 +69,6 @@
/* use clone() to get fork() like behavior here -- we just want to disassociate
* from the controlling terminal
*/
-static inline attribute_optimize("O3")
pid_t _fork_parent(void)
{
INTERNAL_SYSCALL_DECL(err);
hooks/post-receive
--
uClibc-ng - small C library for embedded systems
Show replies by date