mirror of
https://github.com/torvalds/linux.git
synced 2026-05-24 23:22:31 +02:00
kselftest includes kernel uAPI headers with option:
-isystem $(top_srcdir)/usr/include
Include <asm/ptrace.h> in libc-gcs.c for the definition of struct
user_gcs from the uAPI headers, and remove the redundant definition in
gcs-util.h. This fixes a compilation error on systems where the
toolchain defines NT_ARM_GCS.
Fixes:
|
||
|---|---|---|
| .. | ||
| .gitignore | ||
| asm-offsets.h | ||
| basic-gcs.c | ||
| gcs-locking.c | ||
| gcs-stress-thread.S | ||
| gcs-stress.c | ||
| gcs-util.h | ||
| gcspushm.S | ||
| gcsstr.S | ||
| libc-gcs.c | ||
| Makefile | ||