mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-02-05 07:52:26 +01:00
12 lines
348 B
Diff
12 lines
348 B
Diff
--- a/lib/Sys/Syscall.pm
|
|
+++ b/lib/Sys/Syscall.pm
|
|
@@ -65,7 +65,7 @@
|
|
$SYS_epoll_wait = 232;
|
|
$SYS_sendfile = 40;
|
|
$SYS_readahead = 187;
|
|
- } elsif ($machine eq "ppc64") {
|
|
+ } elsif ($machine =~ m/^ppc64/) {
|
|
$SYS_epoll_create = 236;
|
|
$SYS_epoll_ctl = 237;
|
|
$SYS_epoll_wait = 238;
|