mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2025-11-30 19:20:13 +00:00
While building selftests, the following errors were observed:
> tools/testing/selftests/timens'
> gcc -Wall -Werror -pthread -lrt -ldl timens.c -o tools/testing/selftests/timens/timens
> /usr/bin/ld: /tmp/ccGy5CST.o: in function `check_config_posix_timers':
> timens.c:(.text+0x65a): undefined reference to `timer_create'
> collect2: error: ld returned 1 exit status
Quoting commit
|
||
|---|---|---|
| .. | ||
| .gitignore | ||
| futex_requeue_pi_mismatched_ops.c | ||
| futex_requeue_pi_signal_restart.c | ||
| futex_requeue_pi.c | ||
| futex_wait_private_mapped_file.c | ||
| futex_wait_timeout.c | ||
| futex_wait_uninitialized_heap.c | ||
| futex_wait_wouldblock.c | ||
| Makefile | ||
| run.sh | ||