1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-08-08 17:42:12 +03:00

NPTL is no longer an add-on!

This commit is contained in:
Roland McGrath
2014-07-07 09:29:06 -07:00
parent 08192659bb
commit f083450f45
31 changed files with 62 additions and 165 deletions

View File

@@ -18,7 +18,7 @@
#include <setjmp.h>
#include <stddef.h>
#include <pthreadP.h>
#include <nptl/pthreadP.h>
extern void __pthread_cleanup_upto (__jmp_buf env, char *targetframe);
#pragma weak __pthread_cleanup_upto