]> sourceware.org Git - glibc.git/commit
nptl: Add tst-robust-fork
authorFlorian Weimer <fweimer@redhat.com>
Fri, 27 Jan 2017 05:53:19 +0000 (06:53 +0100)
committerFlorian Weimer <fweimer@redhat.com>
Fri, 27 Jan 2017 05:53:20 +0000 (06:53 +0100)
commitfaf0e9c84119742dd9ebb79060faa22c52ae80a1
treeaaf2df0e207bde2a4dfe6c9623e013364642a076
parent5653ab12b4ae15b32d41de7c56b2a4626cd0437a
nptl: Add tst-robust-fork
17 files changed:
ChangeLog
nptl/Makefile
nptl/tst-robust-fork.c [new file with mode: 0644]
support/Makefile
support/xmmap.c [new file with mode: 0644]
support/xmunmap.c [new file with mode: 0644]
support/xpthread_mutex_consistent.c [new file with mode: 0644]
support/xpthread_mutex_destroy.c [new file with mode: 0644]
support/xpthread_mutex_init.c [new file with mode: 0644]
support/xpthread_mutexattr_destroy.c [new file with mode: 0644]
support/xpthread_mutexattr_init.c [new file with mode: 0644]
support/xpthread_mutexattr_setprotocol.c [new file with mode: 0644]
support/xpthread_mutexattr_setpshared.c [new file with mode: 0644]
support/xpthread_mutexattr_setrobust.c [new file with mode: 0644]
support/xpthread_mutexattr_settype.c [new file with mode: 0644]
support/xthread.h
support/xunistd.h
This page took 0.038616 seconds and 5 git commands to generate.