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 | 8a918b5477294211da25093546f06ce5cd4e90ea (patch) | |
tree | bdc299a0b9acf83596c4201b3e69d1503cc06689 | |
parent | fdea6d694679bb5e7e31fc1682e69d26f0e72156 (diff) | |
download | crupest-8a918b5477294211da25093546f06ce5cd4e90ea.tar.gz crupest-8a918b5477294211da25093546f06ce5cd4e90ea.tar.bz2 crupest-8a918b5477294211da25093546f06ce5cd4e90ea.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) |