mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-28 00:21:52 +03:00
NPTL: Conditionalize more uses of SIGCANCEL and SIGSETXID.
This commit is contained in:
@ -978,6 +978,7 @@ __find_thread_by_id (pid_t tid)
|
||||
#endif
|
||||
|
||||
|
||||
#ifdef SIGSETXID
|
||||
static void
|
||||
internal_function
|
||||
setxid_mark_thread (struct xid_command *cmdp, struct pthread *t)
|
||||
@ -1185,6 +1186,8 @@ __nptl_setxid (struct xid_command *cmdp)
|
||||
lll_unlock (stack_cache_lock, LLL_PRIVATE);
|
||||
return result;
|
||||
}
|
||||
#endif /* SIGSETXID. */
|
||||
|
||||
|
||||
static inline void __attribute__((always_inline))
|
||||
init_one_static_tls (struct pthread *curp, struct link_map *map)
|
||||
|
Reference in New Issue
Block a user