diff options
-rw-r--r-- | misc/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/misc/Makefile b/misc/Makefile index 1a21347..84aa4cb 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -156,14 +156,14 @@ routines := \ munlockall \ munmap \ preadv \ - preadv64 \ preadv2 \ + preadv64 \ preadv64v2 \ pselect \ ptrace \ pwritev \ - pwritev64 \ pwritev2 \ + pwritev64 \ pwritev64v2 \ qefgcvt \ qefgcvt_r \ @@ -243,8 +243,8 @@ tests := \ tst-mntent-escape \ tst-mntent2 \ tst-preadvwritev \ - tst-preadvwritev64 \ tst-preadvwritev2 \ + tst-preadvwritev64 \ tst-preadvwritev64v2 \ tst-pselect \ tst-select \ |