source:
clfs-sysroot/patches/glibc-2.6-RTLD_SINGLE_THREAD_P-1.patch@
ee92a8c
Last change on this file since ee92a8c was 00520f6, checked in by , 17 years ago | |
---|---|
|
|
File size: 822 bytes |
-
ports/sysdeps/unix/sysv/linux/arm/nptl/sysdep-cancel.h
Submitted By: Joe Ciccone <jciccone@linuxfromscratch.org> Date: 07-02-2007 Initial Package Version: 2.6 Origin: http://sourceware.org/ml/libc-ports/2007-05/msg00051.html Upstream Status: Unknown Description: Defines RTLD_SINGLE_THREAD_P for arm. diff -Naur glibc-2.6.orig/ports/sysdeps/unix/sysv/linux/arm/nptl/sysdep-cancel.h glibc-2.6/ports/sysdeps/unix/sysv/linux/arm/nptl/sysdep-cancel.h
old new 126 126 # define NO_CANCELLATION 1 127 127 128 128 #endif 129 130 #ifndef __ASSEMBLER__ 131 # define RTLD_SINGLE_THREAD_P \ 132 __builtin_expect (THREAD_GETMEM (THREAD_SELF, \ 133 header.multiple_threads) == 0, 1) 134 #endif
Note:
See TracBrowser
for help on using the repository browser.