mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-11 20:16:02 +00:00
LibC: sys_errlist should be const char* const
Patch from Anonymous.
This commit is contained in:
parent
06f084fedd
commit
e51c1aa3d4
Notes:
sideshowbarker
2024-07-19 11:40:23 +09:00
Author: https://github.com/awesomekling
Commit: e51c1aa3d4
2 changed files with 2 additions and 2 deletions
|
@ -15,7 +15,7 @@
|
|||
|
||||
__BEGIN_DECLS
|
||||
|
||||
extern const char* sys_errlist[];
|
||||
extern const char* const sys_errlist[];
|
||||
extern int sys_nerr;
|
||||
extern __thread int errno;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue