mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-04-21 20:15:17 +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
Notes:
sideshowbarker
2024-07-19 12:11:17 +09:00
Author: https://github.com/awesomekling Commit: https://github.com/SerenityOS/serenity/commit/31ba7ba2cc5
1 changed files with 2 additions and 0 deletions
|
@ -19,4 +19,6 @@ extern const char* sys_errlist[];
|
|||
extern int sys_nerr;
|
||||
extern __thread int errno;
|
||||
|
||||
#define errno errno
|
||||
|
||||
__END_DECLS
|
||||
|
|
Loading…
Add table
Reference in a new issue