mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 00:07:36 +00:00
LibC: #define errno errno
This makes the binutils port build again, after the TLS changes.
This commit is contained in:
parent
23eafdb8d6
commit
31ba7ba2cc
1 changed files with 2 additions and 0 deletions
|
@ -19,4 +19,6 @@ extern const char* sys_errlist[];
|
||||||
extern int sys_nerr;
|
extern int sys_nerr;
|
||||||
extern __thread int errno;
|
extern __thread int errno;
|
||||||
|
|
||||||
|
#define errno errno
|
||||||
|
|
||||||
__END_DECLS
|
__END_DECLS
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue