blob: 2e3cd9083e76146946bfa260b878cd396a6d2391 [file] [log] [blame]
Michael Sevakis355b5402014-04-28 09:15:06 -04001#include "thread.h"
2int * __errno(void)
3{
4 return &thread_self_entry()->__errno;
5}