From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/13030 Path: news.gmane.org!.POSTED!not-for-mail From: Ryan Goulden Newsgroups: gmane.linux.lib.musl.general Subject: Feature request: ST_RELATIME Date: Thu, 12 Jul 2018 17:00:02 -0700 Message-ID: <5BF817A7-28C4-462E-AD57-64B7713A6E1F@gmail.com> Reply-To: musl@lists.openwall.com NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 (Mac OS X Mail 9.3 \(3124\)) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: blaine.gmane.org 1531441932 3271 195.159.176.226 (13 Jul 2018 00:32:12 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Fri, 13 Jul 2018 00:32:12 +0000 (UTC) Cc: Ryan Goulden To: musl@lists.openwall.com Original-X-From: musl-return-13046-gllmg-musl=m.gmane.org@lists.openwall.com Fri Jul 13 02:32:08 2018 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 1fdm0F-0000jv-LZ for gllmg-musl@m.gmane.org; Fri, 13 Jul 2018 02:32:07 +0200 Original-Received: (qmail 29836 invoked by uid 550); 13 Jul 2018 00:34:16 -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 11955 invoked from network); 13 Jul 2018 00:00:16 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:content-transfer-encoding:subject:date:message-id:cc:to :mime-version; bh=8GDi3+/zPS4cKbYvJsHiA1q0uPHD6TJbsfuuI9evJZs=; b=QxPsITlTS0x3SMYRa5QSIf/dZKydZ5PRGNQUW567FYrkzx1ZL5CdGdT58Q9WJbFuWf LINMQ7nhFzgSrAPVMzDPnvAGh4H2TLTEzY6WVckXnp2lkUiOYc80lrLVqWbjA8TOYG+O moWNuGtMs4CbjS/67mRlzdTZXcWGXzmGV9DSMPC1ja1H4+YPjzfHSmv7KD25q8Rpdu08 DklYTaJ1GVJi6THcObE/nNhbdkJB8EfxOurGwVV5Fxy52h74+V8NO0J/nwbyEHJfCsJz yQgURCZbAuo0vnkPyYpsSdZ763iWRe/XQJtj/adZrCv3PYbktapI7X/HeCwc09fgb+hu c1wg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:content-transfer-encoding:subject:date :message-id:cc:to:mime-version; bh=8GDi3+/zPS4cKbYvJsHiA1q0uPHD6TJbsfuuI9evJZs=; b=FlMl4UIJ8Oaid/e+7/VdTFDVZePvXAONDaIicbS6TO7ov4F7Vn+fZhQo5BrRCckXYN h8g6RSJcAC/iOrFAnC6TONIrxrZmPJMRdlNvPtOlmboLfLTXXbPgXMXjvUzgfiljt3FO ug08NL9arVda+ItndUftZuLyFOzwZtm6B8CY4SYJ9KLc2/vv+eA4rrhoZNuEQSR8h2r+ SZufjmYBwjfLc1+semd08I5jLw/gDT7xBkeumhosoxF0bJBjduTlo2A1K874TxkmdwYl sVGHpF6joeCBNyZoYNESi9Lx0H3o62ZxrJ0j07VK4nYEjOKCLxDgk0kSU+sdjOXqINDp 52ug== X-Gm-Message-State: AOUpUlFeQhH02e5J5so10/gl/T9I2ixfzRo7w4dZd/oUDcTnD8dyWVrr XK1HEZBA/8v0q0In+qYe6M7lzOiK X-Google-Smtp-Source: AAOMgpcCSyBVxJDsw1KBOMKWAzUY9z84A7HlOEMOonwKXDvP64DZxAMyiElDNzJu1hESCfYYJdC0GQ== X-Received: by 2002:a65:665a:: with SMTP id z26-v6mr3821886pgv.193.1531440003906; Thu, 12 Jul 2018 17:00:03 -0700 (PDT) X-Mailer: Apple Mail (2.3124) Xref: news.gmane.org gmane.linux.lib.musl.general:13030 Archived-At: Hi musl devs, Could a `#define ST_RELATIME 4096` get added to include/sys/statvfs.h? AFAICT the only reason it isn't there already is that ST_RELATIME might not have been a part of Linux when that header file was created. Cheers