From 902e53f1606facc4ca71b90b234bb0b588ee02b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=BD=D0=B0=D0=B1?= Date: Wed, 18 May 2022 15:14:15 +0200 Subject: [PATCH] im stuff --- Makefile | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index da8f2d7..2fc0103 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ # SPDX-License-Identifier: 0BSD -PAGES = $(wildcard N*.mom n*.mom) +PAGES = $(wildcard [Nn]*.mom) .PHONY : all pages clean diff --git a/README.md b/README.md index b0d0a4b..083ff86 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ PhD [put me up](//twitter.com/__phantomderp/status/1468040630932750343) to writi ### [*n2878*: `nsec_t && timespec::tv_nsec`](//srhtcdn.githack.com/~nabijaczleweli/wg14/blob/output/n2878.pdf) Discussed on [17.05.2022](//www.open-std.org/jtc1/sc22/wg14/www/docs/n2985.htm); verdict: delayed; quoth PhD: - implementation-defined **SIGNED** integer type (must be signed) - - talk to Nick Cannon (Austin Group / POSIX) about timespec change since POSIX owns it + - talk to Nick Stoughton (Austin Group/POSIX) about timespec change since POSIX owns it - should not have a name (nsec_t is used in user code, we could break people) - Denied for C23, but can be allowed for C2Y/C3a (whenever the hell that is) -- 2.34.4