Files
AspectPower Baran d8461a2f0e kernel-headers: Fix sched_param redef
In file included from bionic/libc/include/pthread.h:41:
bionic/libc/include/sched.h:99:8: error: redefinition of 'sched_param'
   99 | struct sched_param {
      |        ^
2025-09-04 11:02:00 +00:00

11 lines
247 B
Makefile

VERSION = 5
PATCHLEVEL = 15
headers_install:
@mkdir -p $(O)/usr/include
@rsync -mrq $(shell pwd)/* $(O)/usr/include
@find $(O)/usr/include -type f -name "*.h" -exec sed -i 's/struct sched_param/struct __kernel_sched_param/g' {} +
all:
@true