blog/cat: correct missing sf-origin link
ci/woodpecker/push/woodpecker Pipeline was successful Details

main
Ariadne Conill 2022-08-02 21:19:54 -05:00
parent f28cf0f0e9
commit dcdf2c13b1
1 changed files with 2 additions and 0 deletions

View File

@ -106,6 +106,8 @@ Linux 2.6.33. Unfortunately, sendfile is not perfect: because it
only supports file descriptors which can be memory mapped, we
must use a different strategy when using copying from `stdin`.
[sf-origin]: https://yarchive.net/comp/linux/sendfile.html
```c
/* This program is released into the public domain. */
#include <stdbool.h>