Skip to content

Commit

Permalink
Implemented DIR IO functions (#34)
Browse files Browse the repository at this point in the history
opendir
readdir
telldir
seekdir
rewinddir
fdopendir
closedir
dirfd
scandir
  • Loading branch information
maxirmx committed Nov 25, 2021
1 parent ec75265 commit 0275030
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 85 deletions.
84 changes: 0 additions & 84 deletions .github/workflows/ubuntu-build.yml

This file was deleted.

2 changes: 1 addition & 1 deletion CMakeSettings.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"buildRoot": "${projectDir}\\out\\build\\${name}",
"installRoot": "${projectDir}\\out\\install\\${name}",
"cmakeExecutable": "cmake",
"cmakeCommandArgs": "-DWITH_LINK_TESTS:BOOL=ON -DUSE_TEMP_FS:BOOL=ON",
"cmakeCommandArgs": "-DWITH_LINK_TESTS:BOOL=OFF -DUSE_TEMP_FS:BOOL=OFF",
"buildCommandArgs": "",
"ctestCommandArgs": "",
"inheritEnvironments": [ "linux_x64" ],
Expand Down

0 comments on commit 0275030

Please sign in to comment.