From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4578 invoked by alias); 4 Dec 2008 04:01:00 -0000 Received: (qmail 4559 invoked by uid 22791); 4 Dec 2008 04:00:59 -0000 X-Spam-Check-By: sourceware.org Received: from mo11.iij4u.or.jp (HELO mo11.iij4u.or.jp) (210.138.174.79) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 04 Dec 2008 04:00:12 +0000 Received: by mo.iij4u.or.jp (mo11) id mB4409Xv002337; Thu, 4 Dec 2008 13:00:09 +0900 Received: from localhost (238.152.138.210.bn.2iij.net [210.138.152.238]) by mbox.iij4u.or.jp (mbox10) id mB4407iS031756; Thu, 4 Dec 2008 13:00:08 +0900 Date: Thu, 04 Dec 2008 04:01:00 -0000 Message-Id: <20081204.130007.52540636.kkojima@rr.iij4u.or.jp> To: libc-hacker@sources.redhat.com Subject: [PATCH] SH nptl tidyup From: Kaz Kojima Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Mailing-List: contact libc-hacker-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-hacker-owner@sourceware.org X-SW-Source: 2008-12/txt/msg00000.txt.bz2 Hi, Here is a patch for SH to sync with the recent change of lowlevellock.h for other ports. Regards, kaz -- 2008-12-04 Kaz Kojima * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Define FUTEX_WAIT_BITSET and FUTEX_WAKE_BITSET. --- ORIG/libc/nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.h 2007-08-04 09:57:13.000000000 +0900 +++ LOCAL/libc/nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.h 2008-12-04 09:04:29.000000000 +0900 @@ -1,4 +1,4 @@ -/* Copyright (C) 2003, 2004, 2006, 2007 Free Software Foundation, Inc. +/* Copyright (C) 2003, 2004, 2006, 2007, 2008 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 @@ -34,6 +34,8 @@ #define FUTEX_LOCK_PI 6 #define FUTEX_UNLOCK_PI 7 #define FUTEX_TRYLOCK_PI 8 +#define FUTEX_WAIT_BITSET 9 +#define FUTEX_WAKE_BITSET 10 #define FUTEX_PRIVATE_FLAG 128 #define FUTEX_OP_CLEAR_WAKE_IF_GT_ONE ((4 << 24) | 1)