Skip to content

Commit

Permalink
fix syscall link
Browse files Browse the repository at this point in the history
  • Loading branch information
gergelyk committed Sep 28, 2023
1 parent 6c87e0f commit f7df7a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/syscall.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ There is not dedicated binding for `syscall` in standard library. However `sysca
Example below uses [syscalls](https://docs.rs/syscalls/latest/syscalls/) crate.

```rust
{{#include syscall.rs}}
{{#include syscall_rs/src/main.rs}}
```

### Crystal
Expand Down

0 comments on commit f7df7a0

Please sign in to comment.