diff options
Diffstat (limited to 'linux-headers/asm-arm64/unistd.h')
-rw-r--r-- | linux-headers/asm-arm64/unistd.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/linux-headers/asm-arm64/unistd.h b/linux-headers/asm-arm64/unistd.h index 1caadc2..043d17a 100644 --- a/linux-headers/asm-arm64/unistd.h +++ b/linux-headers/asm-arm64/unistd.h @@ -13,4 +13,7 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see <http://www.gnu.org/licenses/>. */ + +#define __ARCH_WANT_RENAMEAT + #include <asm-generic/unistd.h> |