r350320 committed the wrong version of generated syscall.mk.
This commit is for the correct version. (The incorrect one had the order of the last two entries reversed, due to my testing with copy_file_range at 568 instead of 569.) This misordering should not have been a problem, but is now fixed.
This commit is contained in:
parent
4706970423
commit
a252cb16fd
@ -409,5 +409,5 @@ MIASM = \
|
||||
fhlink.o \
|
||||
fhlinkat.o \
|
||||
fhreadlink.o \
|
||||
copy_file_range.o \
|
||||
funlinkat.o
|
||||
funlinkat.o \
|
||||
copy_file_range.o
|
||||
|
Loading…
Reference in New Issue
Block a user