~sircmpwn/hare#931: 
Build fails on aarch64 due to missing syscalls

alarm and getpgrp

Status
RESOLVED FIXED
Submitter
~sircmpwn
Assigned to
Submitted
9 months ago
Updated
9 months ago
Labels
aarch64 bug riscv64

~sebsite 9 months ago

alarm and getpgrp aren't available on riscv64 either, and within Linux they're marked as deprecated, so we might want to just make them wrappers for setitimer and getpgid on all arches.

~sircmpwn REPORTED FIXED 9 months ago

Drew DeVault referenced this ticket in commit 0bcecc5.

~ecs 9 months ago

Drew DeVault referenced this ticket in commit 0bcecc5.

~torresjrjr 9 months ago

Drew DeVault referenced this ticket in commit 0bcecc5.

Register here or Log in to comment, or comment via email.