Add support COMPAT_LINUX for aarch64

This commit is contained in:
ryo 2021-09-23 09:09:34 +00:00
parent aa98bec62c
commit ccd10e8562
1 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,4 @@
# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2831 $>
# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2832 $>
#
#
# [Note: This file does not mention every change made to the NetBSD source tree.
@ -425,3 +425,4 @@ Changes from NetBSD 9.0 to NetBSD 10.0:
compat_linux: Added eventfd, timerfd, POSIX timers, and preadv() /
pwritev() system calls to COMPAT_LINUX and COMPAT_LINXU32.
[thorpej 20210919]
aarch64: Add initial COMPAT_LINUX support. [ryo 20210923]