toybox
toybox copied to clipboard
The goal of the Toybox project is to create simple implementations of all the important Linux command line utilities. This repo is mirror of the official git hosted @ https://github.com/landley/toybox...
at line 214 of dirtree.c, the warning was being thrown for : `if (node->dirfd == -1 || !(dir = fdopendir(node->dirfd))) `
Dear all: Please do not create new issues here. Please create new issues at https://github.com/landley/toybox/issues instead. Thank you.
I cloned the mainline today. I tried to build against the arch64-linux-android toolchain. The build fails due to a missing header . Touching the file and removing netcat causes other...