Dummy implementation of the pthread library.
authorJohn Criswell <criswell@uiuc.edu>
Wed, 10 Dec 2003 14:46:36 +0000 (14:46 +0000)
committerJohn Criswell <criswell@uiuc.edu>
Wed, 10 Dec 2003 14:46:36 +0000 (14:46 +0000)
commit61eae03b448d9e3fd87254453469d16c48b6eca9
treecea8b058a12de8ad56e8ac69ef08836da18240a6
parentb592fc2b8dc5701999704c14e228a98233d20a03
Dummy implementation of the pthread library.
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
runtime/GCCLibraries/libpthread/Makefile [new file with mode: 0644]
runtime/GCCLibraries/libpthread/pthread.c [new file with mode: 0644]