mirror of
https://github.com/morgan9e/systemd
synced 2026-04-14 00:14:32 +09:00
syscalls: add 'pragma export' to script that generates header
Otherwise it gets lost every time the header is regenerated
Follow-up for 3111327ca4
This commit is contained in:
@@ -45,7 +45,7 @@ HEADER = '''\
|
||||
*/
|
||||
#pragma once
|
||||
|
||||
#include_next <sys/syscall.h>
|
||||
#include_next <sys/syscall.h> /* IWYU pragma: export */
|
||||
|
||||
#ifdef ARCH_MIPS
|
||||
#include <asm/sgidefs.h>
|
||||
|
||||
Reference in New Issue
Block a user