summaryrefslogtreecommitdiff
path: root/lib/mlibc/dummy-libs/libpthread/src/dummy.cpp
blob: 3f8c51a9c3b02f6dc0efbab7e13e468bba4041c5 (plain)
1
2
3
4
5
6

// We build an empty libpthread because g++ always links with -lpthread
// The actual functions reside inside libc

extern "C" void __mlibc_libpthread_dummy(void) { }