Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754719AbbDNVkT (ORCPT ); Tue, 14 Apr 2015 17:40:19 -0400 Received: from www.linutronix.de ([62.245.132.108]:38325 "EHLO Galois.linutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753893AbbDNVkN (ORCPT ); Tue, 14 Apr 2015 17:40:13 -0400 Date: Tue, 14 Apr 2015 23:40:21 +0200 (CEST) From: Thomas Gleixner To: Peter Zijlstra cc: "Michael Kerrisk (man-pages)" , Darren Hart , "Carlos O'Donell" , Ingo Molnar , Jakub Jelinek , "linux-man@vger.kernel.org" , lkml , Davidlohr Bueso , Arnd Bergmann , Steven Rostedt , Linux API , Torvald Riegel , Roland McGrath , Darren Hart , Anton Blanchard , Eric Dumazet , bill o gallmeister , Jan Kiszka , Daniel Wagner , Rich Felker , Andy Lutomirski , bert hubert , Rusty Russell , Heinrich Schuchardt Subject: Re: Revised futex(2) man page for review In-Reply-To: <20150328114725.GJ27490@worktop.programming.kicks-ass.net> Message-ID: References: <55166C01.7000803@gmail.com> <20150328114725.GJ27490@worktop.programming.kicks-ass.net> User-Agent: Alpine 2.11 (DEB 23 2013-08-11) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Linutronix-Spam-Score: -1.0 X-Linutronix-Spam-Level: - X-Linutronix-Spam-Status: No , -1.0 points, 5.0 required, ALL_TRUSTED=-1,SHORTCIRCUIT=-0.0001 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 904 Lines: 26 On Sat, 28 Mar 2015, Peter Zijlstra wrote: > On Sat, Mar 28, 2015 at 09:53:21AM +0100, Michael Kerrisk (man-pages) wrote: > > So, please take a look at the page below. At this point, > > I would most especially appreciate help with the FIXMEs. > > For people who cannot read that troff gibberish (me).. Ditto :) > NOTES > Glibc does not provide a wrapper for this system call; call it using > syscall(2). You might mention that pthread_mutex, pthread_condvar interfaces are high level wrappers for the syscall and recommended to be used for normal use cases. IIRC unnamed semaphores are implemented with futexes as well. Thanks, tglx -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/