From 2323b3c0e29b3b5b485a7d0257f9a66000d5eb36 Mon Sep 17 00:00:00 2001 From: Fabrizio Bertocci Date: Tue, 11 May 2021 21:36:35 -0400 Subject: [PATCH] Removed wrong dependency with LIBC_SOCK and LIBC_NT_WS2_32 as it is causing a circular dependency --- libc/calls/calls.mk | 2 -- 1 file changed, 2 deletions(-) diff --git a/libc/calls/calls.mk b/libc/calls/calls.mk index bde7e585a..7c14e3c42 100644 --- a/libc/calls/calls.mk +++ b/libc/calls/calls.mk @@ -43,8 +43,6 @@ LIBC_CALLS_A_DIRECTDEPS = \ LIBC_NT_ADVAPI32 \ LIBC_NT_KERNEL32 \ LIBC_NT_NTDLL \ - LIBC_NT_WS2_32 \ - LIBC_SOCK \ LIBC_STR \ LIBC_STUBS \ LIBC_SYSV_CALLS \