diff --git a/linux-5.10/prebuilts/usr/include/linux/compiler.h b/linux-5.10/prebuilts/usr/include/linux/compiler.h index 8e89655c899730ccc9a73c31fe08a9375e17bb5b..816833f1bac8e88d7e7a1053b721b3e3c061c588 100644 --- a/linux-5.10/prebuilts/usr/include/linux/compiler.h +++ b/linux-5.10/prebuilts/usr/include/linux/compiler.h @@ -1,3 +1,21 @@ +/**************************************************************************** + **************************************************************************** + *** + *** This header was automatically generated from a Linux kernel header + *** of the same name, to make information necessary for userspace to + *** call into the kernel available to libc. It contains only constants, + *** structures, and macros generated from the original header, and thus, + *** contains no copyrightable information. + *** + *** To edit the content of this header, modify the corresponding + *** source file (e.g. under external/kernel-headers/original/) then + *** run bionic/libc/kernel/tools/update_all.py + *** + *** Any manual change here will be lost the next time this script will + *** be run. You've been warned! + *** + **************************************************************************** + ****************************************************************************/ #ifndef _UAPI_LINUX_COMPILER_H #define _UAPI_LINUX_COMPILER_H diff --git a/linux-5.10/prebuilts/usr/include/linux/compiler_types.h b/linux-5.10/prebuilts/usr/include/linux/compiler_types.h index 94f4fbe559b569ea940f290e54b9acf759e7be5b..e652814ed071541161824d92e41535aed56b6c2c 100644 --- a/linux-5.10/prebuilts/usr/include/linux/compiler_types.h +++ b/linux-5.10/prebuilts/usr/include/linux/compiler_types.h @@ -1,3 +1,21 @@ +/**************************************************************************** + **************************************************************************** + *** + *** This header was automatically generated from a Linux kernel header + *** of the same name, to make information necessary for userspace to + *** call into the kernel available to libc. It contains only constants, + *** structures, and macros generated from the original header, and thus, + *** contains no copyrightable information. + *** + *** To edit the content of this header, modify the corresponding + *** source file (e.g. under external/kernel-headers/original/) then + *** run bionic/libc/kernel/tools/update_all.py + *** + *** Any manual change here will be lost the next time this script will + *** be run. You've been warned! + *** + **************************************************************************** + ****************************************************************************/ /* * The compiler.h file has been split into compiler.h and compiler_types.h. * However, to compile bionic we only need the compiler.h.