source:
clfs-sysroot/patches/glibc-2.8-nptl_lowlevellock-1.patch@
af447da
Last change on this file since af447da was efb33c9, checked in by , 16 years ago | |
---|---|
|
|
File size: 848 bytes |
-
ports/sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.h
Submitted By: Joe Ciccone <jciccone@gmail.com> Date: 2009-01-03 Initial Package Version: 2.8 Origin: http://sources.gentoo.org/viewcvs.py/gentoo/src/patchsets/glibc/2.8/6240_all_glibc-2.8-nptl-lowlevellock.patch?rev=1.1&view=markup Upstream Status: Unknown Description: Adds a missing include to arm that fixes a compilation problem. diff -Naur glibc-2.8.orig/ports/sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.h glibc-2.8/ports/sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.h
old new 25 25 #include <atomic.h> 26 26 #include <sysdep.h> 27 27 #include <kernel-features.h> 28 #include <tls.h> 28 29 29 30 #define FUTEX_WAIT 0 30 31 #define FUTEX_WAKE 1
Note:
See TracBrowser
for help on using the repository browser.