Module: wine Branch: master Commit: 4e5811637ad027d01cc5033f76b03e6e8cfdd287 URL: https://source.winehq.org/git/wine.git/?a=commit;h=4e5811637ad027d01cc5033f7...
Author: Alexandre Julliard julliard@winehq.org Date: Tue Aug 25 13:54:32 2020 +0200
ntdll: Use syscalls for the server functions.
Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/ntdll/Makefile.in | 1 - dlls/ntdll/loader.c | 2 + dlls/ntdll/ntdll.spec | 10 +-- dlls/ntdll/server.c | 139 ----------------------------------------- dlls/ntdll/unix/env.c | 6 +- dlls/ntdll/unix/loader.c | 5 -- dlls/ntdll/unix/process.c | 14 ++--- dlls/ntdll/unix/server.c | 24 +++---- dlls/ntdll/unix/thread.c | 2 +- dlls/ntdll/unix/unix_private.h | 6 -- dlls/ntdll/unixlib.h | 9 +-- 11 files changed, 31 insertions(+), 187 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=4e5811637ad027d01cc50...