This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
[PATCH 09/11] Move sysdeps/gnu/unwind-resume.c to sysdeps/generic/unwind-resume.c
- From: Florian Weimer <fweimer at redhat dot com>
- To: libc-alpha at sourceware dot org
- Date: Thu, 13 Feb 2020 18:08:24 +0100
- Subject: [PATCH 09/11] Move sysdeps/gnu/unwind-resume.c to sysdeps/generic/unwind-resume.c
- References: <cover.1581613260.git.fweimer@redhat.com>
This change allows architecture-specific sysdeps directories to override
it.
---
sysdeps/{gnu => generic}/unwind-resume.c | 0
1 file changed, 0 insertions(+), 0 deletions(-)
rename sysdeps/{gnu => generic}/unwind-resume.c (100%)
diff --git a/sysdeps/gnu/unwind-resume.c b/sysdeps/generic/unwind-resume.c
similarity index 100%
rename from sysdeps/gnu/unwind-resume.c
rename to sysdeps/generic/unwind-resume.c
--
2.24.1