diff options
author | Yuqian Yang <crupest@crupest.life> | 2025-06-12 15:46:47 +0800 |
---|---|---|
committer | Yuqian Yang <crupest@crupest.life> | 2025-06-12 15:46:47 +0800 |
commit | d46bdf5e43de2f7c826e44e42315be04fe5c8c39 (patch) | |
tree | bcc372e70f97421235fa49f6238cb38f44a5a5d1 | |
parent | c1eaffa555561127b54e3e11fe172cd8b029fc9a (diff) | |
download | crupest-d46bdf5e43de2f7c826e44e42315be04fe5c8c39.tar.gz crupest-d46bdf5e43de2f7c826e44e42315be04fe5c8c39.tar.bz2 crupest-d46bdf5e43de2f7c826e44e42315be04fe5c8c39.zip |
www: give up MAX_* and pam.
-rw-r--r-- | www/content/notes/hurd/todos.md | 2 | ||||
-rw-r--r-- | www/content/posts/c-func-ext.md | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/www/content/notes/hurd/todos.md b/www/content/notes/hurd/todos.md index cd93f01..8fe068b 100644 --- a/www/content/notes/hurd/todos.md +++ b/www/content/notes/hurd/todos.md @@ -58,5 +58,3 @@ gerrit: <https://chromium-review.googlesource.com/c/codecs/libgav1/+/6239812> {{< /link-group >}} {{< /todo >}} - - diff --git a/www/content/posts/c-func-ext.md b/www/content/posts/c-func-ext.md index 7106fad..1f5f822 100644 --- a/www/content/posts/c-func-ext.md +++ b/www/content/posts/c-func-ext.md @@ -8,6 +8,8 @@ tags: - posix --- +(I've given up on this, at least for linux pam.) + Recently, I’ve been working on porting some libraries to GNU/Hurd. Many (old) libraries use [`*_MAX` constants on POSIX system interfaces](https://pubs.opengroup.org/onlinepubs/9699919799.2008edition/nframe.html) |