summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/dietlibc/libpthread/pthread_errno.c
blob: d035544ad61c4dcf51218e2b0e5c0c0cdfd010a6 (plain)
1
2
3
4
5
int errno;

#include "dietwarning.h"

link_warning("errno","\e[1;33;41m>>> your multithreaded code uses errno! <<<\e[0m");