projects
/
glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
97f4e83
)
git-sigsuspend_not_cancel
author
GNU Libc Maintainers
<debian-glibc@lists.debian.org>
Fri, 5 Jan 2018 18:09:39 +0000
(18:09 +0000)
committer
Aurelien Jarno
<aurel32@debian.org>
Fri, 5 Jan 2018 18:09:39 +0000
(18:09 +0000)
Actually part of commit
988f991b5069f09d793c887618e84a196b100416
('Remove non cancellable sigsuspend definition')
Gbp-Pq: Topic hurd-i386
Gbp-Pq: Name git-sigsuspend_not_cancel.diff
sysdeps/mach/hurd/sigsuspend.c
patch
|
blob
|
history
diff --git
a/sysdeps/mach/hurd/sigsuspend.c
b/sysdeps/mach/hurd/sigsuspend.c
index 71c27a4b20094fa8288dbb49337e2e0cad923b6f..a855797f91d84e93c228e2481257faff6573dd5f 100644
(file)
--- a/
sysdeps/mach/hurd/sigsuspend.c
+++ b/
sysdeps/mach/hurd/sigsuspend.c
@@
-80,5
+80,4
@@
__sigsuspend (const sigset_t *set)
return -1;
}
libc_hidden_def (__sigsuspend)
-strong_alias (__sigsuspend, sigsuspend_not_cancel)
weak_alias (__sigsuspend, sigsuspend)