diff options
Diffstat (limited to 'lib/libc/include/__thread.h')
| -rw-r--r-- | lib/libc/include/__thread.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/include/__thread.h b/lib/libc/include/__thread.h index 662f1dc1..f978d018 100644 --- a/lib/libc/include/__thread.h +++ b/lib/libc/include/__thread.h @@ -3,7 +3,7 @@ struct __thread_self { int tid; - int _errno; + int terrno; }; #endif |
