From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/12234 Path: news.gmane.org!.POSTED!not-for-mail From: =?UTF-8?Q?Daniel_Cegie=C5=82ka?= Newsgroups: gmane.linux.lib.musl.general Subject: statx syscall support Date: Wed, 13 Dec 2017 10:54:07 +0100 Message-ID: Reply-To: musl@lists.openwall.com NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" X-Trace: blaine.gmane.org 1513158879 4196 195.159.176.226 (13 Dec 2017 09:54:39 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Wed, 13 Dec 2017 09:54:39 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: musl-return-12250-gllmg-musl=m.gmane.org@lists.openwall.com Wed Dec 13 10:54:35 2017 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 1eP3kJ-0000ul-7S for gllmg-musl@m.gmane.org; Wed, 13 Dec 2017 10:54:35 +0100 Original-Received: (qmail 31906 invoked by uid 550); 13 Dec 2017 09:54:40 -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 31866 invoked from network); 13 Dec 2017 09:54:39 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to; bh=ot+2N193GJNbL2qLHu4kc7yzMwvfOP4LlsCqHayt44k=; b=WuMuzcWzuA+ggSu31ceezEUe+vEE08+WkrKjNXV/K8pGaIc4K8q1j8JW3VbFAf+nJv DH9q9wD3nAMkppVj+CoDUtlNq2w0jYY4iXdPgVquV/pFaK2lQGLGA1xWkk5qPjb0sVjz TYAyXbQJD0JOocSi4QSoYGMZ3ZV60ZzVv7/0/rnNbutExmhR/NFR5WezzlkSrSTtf3ZJ 7/JJv+kygICIhLGn4AOnFT5iLa4QG+T0AdwT1Zok1VmenQ/QtqZA3PQfZ7IZbthdXEr7 LoptmGvbanwkuiqROECatUBwmRtpmyinp6w5DIDQ+c8nosOfr6vGcS7hSw7k1k/Z6/ay /g6A== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=ot+2N193GJNbL2qLHu4kc7yzMwvfOP4LlsCqHayt44k=; b=Z+dr7VadCo3dxYJMsBWjEFBHshPxGSMumMTyx2SkXn2AbJ/xi/s81taN52AxQJK6n3 DoOprm9nyMMBe/G+v18t5zKCTCjNiU/qmySGrK1rhe6rUy2GDYi4qKwePRN/GRaGNSqg rBpAEk16tphswPK9B2f9J1mN625gl4yRp8NrFstJ1D/kWheWaSB51MowU367O8wnF+sL FCJcrLaEQX4J+WLisdj4Eg+W2MCAjjtlzJ1ekP/PgLzluBqtsAzL+o/Of3kvuM20BwBN MF1Sd0pt7n9ez/MPLrvH6jOC2XiLvN8D8PPrdqeV4LGEyTCVKYxMcf9JI0m1isnRoCoc fbQg== X-Gm-Message-State: AKGB3mLA5I1/RstvOlwzIcOGUPba4F/MjkL3Sh89mhs9sMXy8HWTZCG0 M33628coiCBwoGUYcObzUoqfMo72pBsZNPe/IN/vUAj1 X-Google-Smtp-Source: ACJfBosQXAodS/gcxwglKwxPqNH8wFoVq7JbGileVC8ZtAI9WsTQOgzgB5R68GazNmWtdcmruzacP7TRTWriznF8Pho= X-Received: by 10.25.89.69 with SMTP id n66mr1155704lfb.96.1513158868339; Wed, 13 Dec 2017 01:54:28 -0800 (PST) Xref: news.gmane.org gmane.linux.lib.musl.general:12234 Archived-At: hi, is there any plan for statx syscall support in musl? https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/include/uapi/linux/stat.h?h=v4.15-rc3 https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/samples/statx/test-statx.c?h=v4.15-rc3 Daniel