M Makefile => Makefile +1 -1
@@ 1,6 1,6 @@
# SPDX-License-Identifier: 0BSD
-PAGES = $(wildcard N*.mom n*.mom)
+PAGES = $(wildcard [Nn]*.mom)
.PHONY : all pages clean
M README.md => README.md +1 -1
@@ 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)