[llvm-commits] CVS: llvm/runtime/GCCLibraries/libpthread/pthread.c

John Criswell criswell at cs.uiuc.edu
Wed Dec 10 09:44:01 PST 2003


Changes in directory llvm/runtime/GCCLibraries/libpthread:

pthread.c updated: 1.1 -> 1.2

---
Log message:

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).



---
Diffs of the changes:  (+0 -7)

Index: llvm/runtime/GCCLibraries/libpthread/pthread.c
diff -u llvm/runtime/GCCLibraries/libpthread/pthread.c:1.1 llvm/runtime/GCCLibraries/libpthread/pthread.c:1.2
--- llvm/runtime/GCCLibraries/libpthread/pthread.c:1.1	Wed Dec 10 08:46:36 2003
+++ llvm/runtime/GCCLibraries/libpthread/pthread.c	Wed Dec 10 09:43:07 2003
@@ -1,8 +1 @@
-#include <pthread.h>
-
-int
-pthread_once (pthread_once_t * control, void (*func) (void))
-{
-  return 0;
-}
 





More information about the llvm-commits mailing list