]> sourceware.org Git - glibc.git/commitdiff
* sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.h: Define
authorJoseph Myers <joseph@codesourcery.com>
Mon, 12 Jan 2009 16:37:27 +0000 (16:37 +0000)
committerJoseph Myers <joseph@codesourcery.com>
Mon, 12 Jan 2009 16:37:27 +0000 (16:37 +0000)
FUTEX_CLOCK_REALTIME and FUTEX_BITSET_MATCH_ANY.

ChangeLog.arm
sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.h

index 045b6d5b559163e4b28b2d0c9c07e81288089fcd..710d4269cc6e01513bd6778d1d88c052c9c21bd2 100644 (file)
@@ -1,3 +1,8 @@
+2009-01-12  Joseph Myers  <joseph@codesourcery.com>
+
+       * sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.h: Define
+       FUTEX_CLOCK_REALTIME and FUTEX_BITSET_MATCH_ANY.
+
 2008-12-03  Joseph Myers  <joseph@codesourcery.com>
 
        * sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.h: Define
index 7a054620d800a06b8fa9ed37d7996ba4c215b537..95920ab4954711438f4eddcbf45f36568bebe90f 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2005, 2006, 2007 Free Software Foundation, Inc.
+/* Copyright (C) 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
@@ -38,6 +38,9 @@
 #define FUTEX_WAIT_BITSET      9
 #define FUTEX_WAKE_BITSET      10
 #define FUTEX_PRIVATE_FLAG     128
+#define FUTEX_CLOCK_REALTIME   256
+
+#define FUTEX_BITSET_MATCH_ANY 0xffffffff
 
 /* Values for 'private' parameter of locking macros.  Yes, the
    definition seems to be backwards.  But it is not.  The bit will be
This page took 0.047358 seconds and 5 git commands to generate.