Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | warning fixes | Austin Foxley | 2009-09-21 | 1 | -1/+1 |
| | | | | Signed-off-by: Austin Foxley <austinf@cetoncorp.com> | ||||
* | Make sure that multi-threaded statically linked applications use the real | Carmelo Amoroso | 2008-09-03 | 1 | -0/+5 |
| | | | | | | | | | | locking implementations instead of the empty stubs from libc.a. Removed also old work-around added to opendir, due to wrong pthread_mutex_init (from libc.a) used in static binaries. Signed-off-by: Filippo Arcidiacono <filippo.arcidiacono@st.com> Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com> | ||||
* | Get rid of versioning and shared library compatibility code. We want to ↵ | "Steven J. Hill" | 2006-02-05 | 1 | -49/+1 |
| | | | | start with as clean of a slate as possible. Whip me, beat me, make me shrink the code. | ||||
* | Remove '__libc_fatal' function and usage of it. Remove and disable 'freeres' ↵ | "Steven J. Hill" | 2005-11-16 | 1 | -0/+8 |
| | | | | code having to do with internal library memory usage and GDB. uClibc homey don't play that. | ||||
* | Cleaned up 'sysdep.h' file madness. | "Steven J. Hill" | 2005-09-13 | 1 | -1/+0 |
| | |||||
* | Sync up with latest NPTL code from glibc and add minor | "Steven J. Hill" | 2005-06-03 | 1 | -0/+3 |
| | | | | #ifdef __UCLIBC__ directives. | ||||
* | Remove usage of 'hp-timing.h' header file which is for platforms with high | "Steven J. Hill" | 2005-05-12 | 1 | -1/+0 |
| | | | | | | performance timers. If you want them included in the NPTL build, copy the header from glibc into the 'libc/sysdeps/linux/<ARCH>' of your choice and have fun. | ||||
* | More glibc backward compatibility cruft. Oh the horror! | "Steven J. Hill" | 2005-05-11 | 1 | -2/+0 |
| | |||||
* | Import in NPTL code from glibc. For further information please | "Steven J. Hill" | 2005-05-07 | 1 | -0/+520 |
consult the 'README.NPTL' file. |