LibCore: Implement System::socketpair on Windows

This commit is contained in:
stasoid 2024-12-17 21:18:02 +05:00 committed by Andrew Kaster
commit 4ae3522b10
Notes: github-actions[bot] 2025-02-14 16:40:14 +00:00
6 changed files with 124 additions and 3 deletions

View file

@ -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