mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-03 16:16:43 +00:00
LibCore: Implement socket credentials for Solaris
This commit is contained in:
parent
9139515aed
commit
cdd1c8d0d9
Notes:
sideshowbarker
2024-07-19 16:55:38 +09:00
Author: https://github.com/ghost
Commit: cdd1c8d0d9
Pull-request: https://github.com/SerenityOS/serenity/pull/17623
Reviewed-by: https://github.com/ADKaster ✅
Reviewed-by: https://github.com/elcuco
Reviewed-by: https://github.com/kleinesfilmroellchen ✅
Reviewed-by: https://github.com/linusg
2 changed files with 7 additions and 0 deletions
|
@ -37,6 +37,7 @@
|
|||
|
||||
#ifdef AK_OS_SOLARIS
|
||||
# include <sys/filio.h>
|
||||
# include <ucred.h>
|
||||
#endif
|
||||
|
||||
namespace Core::System {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue