diff options
Diffstat (limited to 'www/content/posts/c-func-ext.md')
-rw-r--r-- | www/content/posts/c-func-ext.md | 2 |
1 files changed, 2 insertions, 0 deletions
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) |