mirror of
https://sourceware.org/git/glibc.git
synced 2025-06-05 00:22:17 +03:00
Fix comment that describes sighandler_setxid
This commit is contained in:
parent
a66877c62b
commit
a98430587c
@ -1,3 +1,8 @@
|
|||||||
|
2012-07-19 Siddhesh Poyarekar <siddhesh@redhat.com>
|
||||||
|
|
||||||
|
* nptl-init.c (sighandler_setxid): Fix the comment that
|
||||||
|
describes it.
|
||||||
|
|
||||||
2012-06-23 Thomas Schwinge <thomas@codesourcery.com>
|
2012-06-23 Thomas Schwinge <thomas@codesourcery.com>
|
||||||
|
|
||||||
* sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S
|
* sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S
|
||||||
|
@ -229,7 +229,9 @@ sigcancel_handler (int sig, siginfo_t *si, void *ctx)
|
|||||||
|
|
||||||
struct xid_command *__xidcmd attribute_hidden;
|
struct xid_command *__xidcmd attribute_hidden;
|
||||||
|
|
||||||
/* For asynchronous cancellation we use a signal. This is the handler. */
|
/* We use the SIGSETXID signal in the setuid, setgid, etc. implementations to
|
||||||
|
tell each thread to call the respective setxid syscall on itself. This is
|
||||||
|
the handler. */
|
||||||
static void
|
static void
|
||||||
sighandler_setxid (int sig, siginfo_t *si, void *ctx)
|
sighandler_setxid (int sig, siginfo_t *si, void *ctx)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user