From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/10742 Path: news.gmane.org!.POSTED!not-for-mail From: Sebastian Kemper Newsgroups: gmane.linux.lib.musl.general Subject: Robust shared mutexes? Date: Sat, 26 Nov 2016 22:49:44 +0100 Message-ID: <20161126214943.GA2635@hotdamn.lan> Reply-To: musl@lists.openwall.com NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: blaine.gmane.org 1480197417 22584 195.159.176.226 (26 Nov 2016 21:56:57 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Sat, 26 Nov 2016 21:56:57 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: musl-return-10755-gllmg-musl=m.gmane.org@lists.openwall.com Sat Nov 26 22:56:54 2016 Return-path: Envelope-to: gllmg-musl@m.gmane.org Original-Received: from mother.openwall.net ([195.42.179.200]) by blaine.gmane.org with smtp (Exim 4.84_2) (envelope-from ) id 1cAkxo-00054E-Ct for gllmg-musl@m.gmane.org; Sat, 26 Nov 2016 22:56:52 +0100 Original-Received: (qmail 24177 invoked by uid 550); 26 Nov 2016 21:56:53 -0000 Mailing-List: contact musl-help@lists.openwall.com; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-ID: Original-Received: (qmail 18093 invoked from network); 26 Nov 2016 21:49:58 -0000 Content-Disposition: inline X-Provags-ID: V03:K0:VLxleyLyI2SXuvCH45+XD+ck+ZvC4lmnjrfXZNzwQIYrbVMzeVK Fqq0L3FMEA1x0V83Q1sJ45GodPgu5qiBTo3aiCRZ+LfJ5v3XzK6GE98U7bB2xbXsZm9LG3z PhJa95Yw4a8QxrZ5eVfl/vhgFHGgtTOpXcSf0JEJo1I6ZK/iBwm5g+ls9lCekYRiUO7NbRk I5+26s3pFeFCxx3CKQxZg== X-UI-Out-Filterresults: notjunk:1;V01:K0:P6qHL6r72r0=:/K1HLrfrAEYdlZMJofLsPL nEoOilsxGL7RVEh7PqPDERWOcPPVSQb14F0HKkHJVjf29paYXpcWdX3xdNrubExD+G6qOZOvh 5yWrZl6Nfn1PQoPDVbLl/bKXbFpZRyQQkwvXWxrsoSP9BCqQIF8OxouRV0mb7hmBXG5qOC8Qg D0BjGFF2OtcaV0a/45A2kZO/KaXmhd+esOds8Xu7m2TRxKk9Ml8cn7UoJ1ZubuZRezU1wqzg8 YgyOiD3M7gu0lfGAcr0OuGcsndDUqm/c3cokfJK/ARl4eAJCXPBrEvgzyYAGY0eE057QVXU/v pBVeFwf2fi0qutjLN1klour6xnN5P6cxqBiPpXem/6dUZUKkh+aTit4AqZKY8Ph2EiDc1MOQ4 WDQ0wsDfl/hju7ToME8xKKhS0fmdrSE7nZHiXGG+IxpS6bZ78zE7kc6ePrNO3zlrXQ6NE2LcD ItOLklf/NGfIKdUEyxDxiFqT8PRXf63q8pMTlImRbgi4kc5fG6vh3YVKo2YgDqyFmWcDwJTNr WSK1izJSNMJw+SVP/Y4rtckjjWUj4Mkap1ZwEdRn/qkQbGNG8pCuJXvPfSk226SuxMT5P6avg gwAWqX/kJvRiXjv+nPH1YIrrKfa5fuVbwzhyihjQuiiDfq0aLrBfEFo3mR5NfVLXPwyO/JUL9 zXt3nlU/cc1Z6QJ3jqv0mqwd6tbcvUK8AegHH++Yg+iTOrl9LQSpWiSJHE3fZGDJfLeFHXGfv LyjJXzfjH0vATXhOTJ3W14f1aIXeMThlQZHQixMz6APq0MAyzgziZ45UNVM= Xref: news.gmane.org gmane.linux.lib.musl.general:10742 Archived-At: Hello all, I'm cross-compiling for OpenWRT/LEDE and have this variable apr_cv_mutex_robust_shared. Should I set it to yes or no with musl? I've searched around but found conflicting infos. One post said there's no shared mutex support in musl and the other said there is. And if there is support for it then I'm not sure how robust it is :D Other variables that I think are set correctly but if you disagreed I'd be happy to hear about: ac_cv_va_copy=yes ac_cv_func_realloc_0_nonnull=yes ac_cv_func_malloc_0_nonnull=yes ac_cv_func_setpgrp_void=yes ac_cv_func_pthread_rwlock_init=yes Please keep me on CC if you reply as I'm not subscribed to this list. Kind regards, Sebastian