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:
rmacklem 2019-07-25 06:48:30 +00:00
parent 4706970423
commit a252cb16fd

View File

@ -409,5 +409,5 @@ MIASM = \
fhlink.o \
fhlinkat.o \
fhreadlink.o \
copy_file_range.o \
funlinkat.o
funlinkat.o \
copy_file_range.o