blog/cat: correct missing sf-origin link
ci/woodpecker/push/woodpecker Pipeline was successful
Details
ci/woodpecker/push/woodpecker Pipeline was successful
Details
parent
f28cf0f0e9
commit
dcdf2c13b1
|
@ -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
|
only supports file descriptors which can be memory mapped, we
|
||||||
must use a different strategy when using copying from `stdin`.
|
must use a different strategy when using copying from `stdin`.
|
||||||
|
|
||||||
|
[sf-origin]: https://yarchive.net/comp/linux/sendfile.html
|
||||||
|
|
||||||
```c
|
```c
|
||||||
/* This program is released into the public domain. */
|
/* This program is released into the public domain. */
|
||||||
#include <stdbool.h>
|
#include <stdbool.h>
|
||||||
|
|
Loading…
Reference in New Issue