Removed the pthread_once() function because it doesn't actually do
authorJohn Criswell <criswell@uiuc.edu>
Wed, 10 Dec 2003 15:43:07 +0000 (15:43 +0000)
committerJohn Criswell <criswell@uiuc.edu>
Wed, 10 Dec 2003 15:43:07 +0000 (15:43 +0000)
commit5be28c59c6dca1fd069439c98312b6e80d44a631
tree996ef505e3aaeef72b1d5961f0778d0d9e78309f
parent381bf79ae17a77fedb902b87aea7e55be9b793aa
Removed the pthread_once() function because it doesn't actually do
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
runtime/GCCLibraries/libpthread/pthread.c