mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-06 05:10:05 +00:00
c99dac3600
($(common-objpfx)s-%.d): Generalized from $(common-objpfx)s-proto.d rule. (common-generated): Add s-proto-cancel.d. * sysdeps/unix/make-syscalls.sh: Use s-proto-cancel.d for cancellable syscalls. * sysdeps/unix/s-proto-cancel.S: New file.
6 lines
182 B
ArmAsm
6 lines
182 B
ArmAsm
/* This file exists just to have its dependencies determined.
|
|
Those dependencies are then used for the objects of the cancellable
|
|
system calls. */
|
|
|
|
#include <sysdep-cancel.h>
|