mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-12 22:30:12 +00:00
85fb60ef9e
(sysdep_routines): Add sigrestorer.
10 lines
256 B
Makefile
10 lines
256 B
Makefile
ifeq ($(subdir),misc)
|
|
sysdep_routines += setfsgid setfsuid setresgid setresuid ioperm
|
|
endif
|
|
|
|
ifeq ($(subdir),signal)
|
|
sysdep_routines += rt_sigsuspend rt_sigprocmask rt_sigtimedwait \
|
|
rt_sigqueueinfo rt_sigaction rt_sigpending \
|
|
sigrestorer
|
|
endif
|