Rebase against 32a81ee2135c67e393e49cce60ef8ebfbaefb531.

This commit is contained in:
Alistair Leslie-Hughes 2025-02-27 09:44:42 +11:00
parent 3546551685
commit b69d02ba02
2 changed files with 6 additions and 6 deletions

View File

@ -1,4 +1,4 @@
From 7a8f477fc1ceaa548dd8f4deef4225472e6bb749 Mon Sep 17 00:00:00 2001
From c8fe58f588703421d2e85eb6376d93e3299f0880 Mon Sep 17 00:00:00 2001
From: "Erich E. Hoover" <erich.e.hoover@gmail.com>
Date: Thu, 16 Jan 2014 20:56:49 -0700
Subject: [PATCH] ntdll: Add support for creating reparse points.
@ -13,10 +13,10 @@ Signed-off-by: Erich E. Hoover <erich.e.hoover@gmail.com>
5 files changed, 451 insertions(+), 19 deletions(-)
diff --git a/configure.ac b/configure.ac
index 0ad1393b34a..18933198d12 100644
index a171e143136..abd91b6b51f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2079,6 +2079,8 @@ AC_CHECK_FUNCS(\
@@ -2084,6 +2084,8 @@ AC_CHECK_FUNCS(\
prctl \
sched_getcpu \
sched_yield \
@ -26,11 +26,11 @@ index 0ad1393b34a..18933198d12 100644
setprogname \
sigprocmask \
diff --git a/dlls/ntdll/Makefile.in b/dlls/ntdll/Makefile.in
index de525ea29e3..72c89f92e3e 100644
index f7558bb5d86..aad14d17e61 100644
--- a/dlls/ntdll/Makefile.in
+++ b/dlls/ntdll/Makefile.in
@@ -5,7 +5,7 @@ IMPORTLIB = ntdll
IMPORTS = $(TOMCRYPT_PE_LIBS) $(MUSL_PE_LIBS) winecrt0
IMPORTS = $(TOMCRYPT_PE_LIBS) $(MUSL_PE_LIBS)
EXTRAINCL = $(TOMCRYPT_PE_CFLAGS)
UNIX_CFLAGS = $(UNWIND_CFLAGS)
-UNIX_LIBS = $(IOKIT_LIBS) $(COREFOUNDATION_LIBS) $(CORESERVICES_LIBS) $(RT_LIBS) $(PTHREAD_LIBS) $(UNWIND_LIBS) $(I386_LIBS) $(PROCSTAT_LIBS)

View File

@ -1 +1 @@
4c06d354b8093a8979316186474213bbc1c68904
32a81ee2135c67e393e49cce60ef8ebfbaefb531