mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-31 21:29:06 +00:00
LibCore: Implement System::socketpair on Windows
This commit is contained in:
parent
886a8fca86
commit
4ae3522b10
Notes:
github-actions[bot]
2025-02-14 16:40:14 +00:00
Author: https://github.com/stasoid
Commit: 4ae3522b10
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/2952
Reviewed-by: https://github.com/ADKaster ✅
6 changed files with 124 additions and 3 deletions
|
@ -23,6 +23,7 @@ GOOD_LICENSE_HEADER_PATTERN = re.compile(
|
|||
LICENSE_HEADER_CHECK_EXCLUDES = {
|
||||
'AK/Checked.h',
|
||||
'AK/Function.h',
|
||||
'Libraries/LibCore/SocketpairWindows.cpp',
|
||||
}
|
||||
|
||||
# We check that "#pragma once" is present
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue