mirror of git://sourceware.org/git/glibc.git
This patch consolidates all the non cancellable pause calls to use the __pause_nocancel identifier. For non cancellable targets it will be just a macro to call the default respective symbol while on Linux will be a internal one. Checked on x86_64-linux-gnu, x86_64-linux-gnu-x32, and i686-linux-gnu. * nptl/pthread_mutex_lock.c (__pthread_mutex_lock_full): Replace pause_not_cancel with __pause_nocancel. * sysdeps/generic/not-cancel.h (pause_not_cancel): Remove macro. (__pause_nocancel): New macro. * sysdeps/unix/sysv/linux/not-cancel.h (pause_not_cancel): Remove macro. (__pause_nocancel): New prototype. * sysdeps/unix/sysv/linux/pause.c (__pause_nocancel): New function. |
||
|---|---|---|
| .. | ||
| Makefile | ||
| Subdirs | ||
| alarm.c | ||
| clock.c | ||
| clock_getres.c | ||
| closedir.c | ||
| ctermid.c | ||
| cuserid.c | ||
| dirfd.c | ||
| dirstream.h | ||
| dl-fileid.h | ||
| dup.c | ||
| dup2.c | ||
| euidaccess.c | ||
| fdopendir.c | ||
| flock.c | ||
| fpathconf.c | ||
| gai_strerror-strs.h | ||
| gai_strerror.c | ||
| getaddrinfo.c | ||
| getcwd.c | ||
| getdtsz.c | ||
| gethostname.c | ||
| getpagesize.c | ||
| gettimeofday.c | ||
| isatty.c | ||
| isfdtype.c | ||
| killpg.c | ||
| libc_fatal.c | ||
| mkfifo.c | ||
| mkfifoat.c | ||
| nice.c | ||
| open64.c | ||
| opendir.c | ||
| pathconf.c | ||
| pause.c | ||
| posix_fallocate.c | ||
| posix_fallocate64.c | ||
| pread.c | ||
| pread64.c | ||
| preadv.c | ||
| preadv2.c | ||
| preadv64.c | ||
| preadv64v2.c | ||
| preadv_common.c | ||
| profil.c | ||
| pwrite.c | ||
| pwrite64.c | ||
| pwritev.c | ||
| pwritev2.c | ||
| pwritev64.c | ||
| pwritev64v2.c | ||
| pwritev_common.c | ||
| raise.c | ||
| readdir.c | ||
| readdir_r.c | ||
| readv.c | ||
| remove.c | ||
| rename.c | ||
| rewinddir.c | ||
| seekdir.c | ||
| shm-directory.c | ||
| shm-directory.h | ||
| shm_open.c | ||
| shm_unlink.c | ||
| sigblock.c | ||
| sigignore.c | ||
| sigintr.c | ||
| signal.c | ||
| sigpause.c | ||
| sigset.c | ||
| sigsetmask.c | ||
| sigsuspend.c | ||
| sigwait.c | ||
| sleep.c | ||
| spawni.c | ||
| sprofil.c | ||
| sysconf.c | ||
| system.c | ||
| sysv_signal.c | ||
| telldir.c | ||
| tempname.c | ||
| time.c | ||
| timespec_get.c | ||
| truncate.c | ||
| ttyname.c | ||
| ttyname_r.c | ||
| ulimit.c | ||
| usleep.c | ||
| utime.c | ||
| utimes.c | ||
| wait.c | ||
| wait3.c | ||
| waitid.c | ||
| writev.c | ||