[syslinux] stat() (was: pull request: upgrade to Lua 5.2.3, automatic Linux boot menu and cmenu binding)

Gene Cumm gene.cumm at gmail.com
Sun Mar 2 06:30:23 PST 2014


On Sun, Mar 2, 2014 at 3:53 AM, Ferenc Wagner <wferi at niif.hu> wrote:

>> And an official stat() implementation would be very useful. After
>> inventing mine, I noticed rosh also invented its own...

#include <sys/stat.h>
int stat(const char *path, struct stat *buf);

I invented my own in rosh after not having one in the libraries based
on what I thought was the most reasonable use of existing functions.

-- 
-Gene


More information about the Syslinux mailing list