Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | make the sem_open changes actually compile | Austin Foxley | 2009-11-09 | 1 | -1/+1 |
| | | | | | | __gen_tempname now needs to not be hidden so libpthread can get at it Signed-off-by: Austin Foxley <austinf@cetoncorp.com> | ||||
* | Unbreak sem_open when UCLIBC_SUSV3_LEGACY is not defined | Mikhail Gusarov | 2009-11-09 | 1 | -32/+5 |
| | | | | | | | | | sem_open uses mktemp to create temporary file. Reimplement it using __gen_tmpname, removing ugly while(1) loop. As a side-effect remove the potential source of EAGAIN errors. Signed-off-by: Mikhail Gusarov <dottedmag@dottedmag.net> Signed-off-by: Austin Foxley <austinf@cetoncorp.com> | ||||
* | Only use fstat64 when LFS is enabled | Austin Foxley | 2009-05-20 | 1 | -0/+5 |
| | | | | Signed-off-by: Austin Foxley <austinf@cetoncorp.com> | ||||
* | Get rid of versioning and shared library compatibility code. We want to ↵ | "Steven J. Hill" | 2006-02-05 | 1 | -1/+1 |
| | | | | start with as clean of a slate as possible. Whip me, beat me, make me shrink the code. | ||||
* | Final set of changes for NPTL and new build system. NPTL can now build with ↵ | "Steven J. Hill" | 2005-12-02 | 1 | -3/+3 |
| | | | | the new build system. | ||||
* | Sync with glibc reference tree and changes for uClibc thus far. | "Steven J. Hill" | 2005-11-16 | 1 | -2/+0 |
| | |||||
* | Big set of various patches to get the NPTL libraries to build and link. | "Steven J. Hill" | 2005-07-22 | 1 | -3/+0 |
| | |||||
* | Changed files for glibc compatibility so that more NPTL files would build. | "Steven J. Hill" | 2005-06-12 | 1 | -0/+14 |
| | |||||
* | Import in NPTL code from glibc. For further information please | "Steven J. Hill" | 2005-05-07 | 1 | -0/+404 |
consult the 'README.NPTL' file. |