glibc/sysdeps/unix/sysv/linux/riscv
Joseph Myers a6aaabd036 Fix RISC-V vfork build with Linux 5.3 kernel headers.
Building glibc for RISC-V with Linux 5.3 kernel headers fails because
<linux/sched.h>, included in vfork.S for CLONE_* constants, contains a
structure definition not safe for inclusion in assembly code.

All other architectures already avoid use of that header in vfork.S,
either defining the CLONE_* constants locally or embedding the
required values directly in the relevant instruction, where they
implement vfork using the clone syscall (see the implementations for
aarch64, ia64, mips and nios2).  This patch makes the RISC-V version
define the constants locally like the other architectures.

Tested build for all three RISC-V configurations in
build-many-glibcs.py with Linux 5.3 headers.

	* sysdeps/unix/sysv/linux/riscv/vfork.S: Do not include
	<linux/sched.h>.
	(CLONE_VM): New macro.
	(CLONE_VFORK): Likewise.

(cherry picked from commit 8cacbcf4a9)
2019-09-20 21:28:34 +02:00
..
bits
rv64 nptl: Add POSIX-proposed pthread_mutex_clocklock 2019-07-12 13:36:25 +00:00
sys
Implies
Makefile
Versions
atomic-machine.h
clone.S
configure
configure.ac
dl-cache.h
dl-static.c
flush-icache.c riscv: Do not use __has_include__ 2019-06-06 11:24:32 +02:00
getcontext.S
init-first.c
ipc_priv.h
kernel-features.h
ldconfig.h
ldd-rewrite.sed
ldsodefs.h
libc-vdso.h
localplt.data
makecontext.c
profil-counter.h
readelflib.c
register-dump.h
setcontext.S
shlib-versions
sigcontextinfo.h
swapcontext.S
syscall.c
sysdep.S
sysdep.h
ucontext-macros.h
ucontext_i.sym
vfork.S Fix RISC-V vfork build with Linux 5.3 kernel headers. 2019-09-20 21:28:34 +02:00