llvm/llvm-project

[libc][POSIX][unistd] implement `alarm`

Closed

#124,654 opened on Jan 27, 2025

 (13 comments) (0 reactions) (1 assignee)C++ (10,782 forks)batch import
good first issuelibc

Repository metrics

Stars
 (26,378 stars)
PR merge metrics
 (Avg merge 1d 2h) (1,000 merged PRs in 30d)

Description

building clang against llvm-libc fails due to the uses of alarm (unistd.h) in llvm/lib/Support/Unix/{Watchdog.inc|Program.inc}

Contributor guide