summaryrefslogtreecommitdiff
path: root/fontforge/threaddummy.c
blob: ade90ac93cf35df1b0f4268245236fa3687480db (plain)
1
2
3
4
#include <stdio.h>
void pthread_create() {
    printf( "You are about to die! attempt to use pthreads in something not linked\n with them\n" );
}