bug-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[RFC PATCH glibc 19/34] hurd: Move a couple of singal-related files to x


From: Sergey Bugaev
Subject: [RFC PATCH glibc 19/34] hurd: Move a couple of singal-related files to x86
Date: Sun, 19 Mar 2023 18:10:02 +0300

These do not need any changes to be used on x86_64.

Signed-off-by: Sergey Bugaev <bugaevc@gmail.com>
---
 sysdeps/mach/hurd/{i386 => x86}/exc2signal.c       | 0
 sysdeps/mach/hurd/{i386 => x86}/signal-defines.sym | 0
 2 files changed, 0 insertions(+), 0 deletions(-)
 rename sysdeps/mach/hurd/{i386 => x86}/exc2signal.c (100%)
 rename sysdeps/mach/hurd/{i386 => x86}/signal-defines.sym (100%)

diff --git a/sysdeps/mach/hurd/i386/exc2signal.c 
b/sysdeps/mach/hurd/x86/exc2signal.c
similarity index 100%
rename from sysdeps/mach/hurd/i386/exc2signal.c
rename to sysdeps/mach/hurd/x86/exc2signal.c
diff --git a/sysdeps/mach/hurd/i386/signal-defines.sym 
b/sysdeps/mach/hurd/x86/signal-defines.sym
similarity index 100%
rename from sysdeps/mach/hurd/i386/signal-defines.sym
rename to sysdeps/mach/hurd/x86/signal-defines.sym
-- 
2.39.2




reply via email to

[Prev in Thread] Current Thread [Next in Thread]