We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 514e80f commit be12bffCopy full SHA for be12bff
1 file changed
docs/setup/basic.md
@@ -87,7 +87,7 @@ make ARCH={arch} LOG={log} AX_TESTCASE={app_name} BLK=y NET=y ACCEL=n build
87
4. 编写应用程序,例如在该文件夹下新建 `hello.c`文件,内容如下:
88
89
```c
90
- #include "syscall.h"
+ #include "unistd.h"
91
92
int main()
93
{
0 commit comments