aboutsummaryrefslogtreecommitdiff
path: root/runtime/GCCLibraries/libpthread/pthread.c
AgeCommit message (Collapse)Author
2005-01-02Remove a bunch of useless empty librariesChris Lattner
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19260 91177308-0d34-0410-b5e6-96231b3b80d8
2003-12-10Removed the pthread_once() function because it doesn't actually doJohn Criswell
what it's supposed to do. Just leave this library as a dummy library for now until we have time to port a real pthread library (or get glibc working). git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10368 91177308-0d34-0410-b5e6-96231b3b80d8
2003-12-10Dummy implementation of the pthread library.John Criswell
This is needed since libstdc++ uses pthread_once(). git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10360 91177308-0d34-0410-b5e6-96231b3b80d8