| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
Basically trailing whitespaces removal, fix non standard keywords
asm -> __asm__ inline -> __inline__ and some minor changes on trunk.
Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com>
|
| |
|
|
|
|
| |
for new librt code. Also cleaned up the makefiles.
|
| |
|
|
|
|
| |
-Erik
|
|
|
|
| |
+#ifdef __UCLIBC_HAS_THREADS__
|
|
|
|
|
|
|
|
|
| |
longer segfault when running test/signal/sigchld.c, which exposed a bit
of a rats nest. The problem ended up being a erroneous syscall
defination, but in the process of finding that out, I scrubbed things
up nicely and adapted things to use the rt_ signals if they are
available. This now passes all the signal tests.
-Erik
|
| |
|
|
__libc_current_sigrtmax so current versions of ash will
compile.
-Erik
|