summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/dietlibc/threadsafe.sh
blob: 67f6f6338306ccb5f3915e08b0f1efb76b47dc10 (plain)
1
2
3
4
5
#!/bin/sh
(gcc -E - << EOF | grep -q WANT_THREAD_SAFE) || echo libpthread/pthread_*.c
#include "dietfeatures.h"
WANT_THREAD_SAFE
EOF