source: clfs-sysroot/patches/glibc-2.9-nptl_lowlevellock-1.patch@ 569a269

Last change on this file since 569a269 was c8591d3, checked in by Joe Ciccone <jciccone@…>, 15 years ago

Fix arm compilation issues.

  • Property mode set to 100644
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  
    2525#include <atomic.h>
    2626#include <sysdep.h>
    2727#include <kernel-features.h>
     28#include <tls.h>
    2829
    2930#define FUTEX_WAIT              0
    3031#define FUTEX_WAKE              1
Note: See TracBrowser for help on using the repository browser.