Sha256: 07252f0ce315913e2b95f7f0cba6fecc464696743f8b5a3e5988c8a969cfac4f

Contents?: true

Size: 461 Bytes

Versions: 5

Compression:

Stored size: 461 Bytes

Contents

/* copied from kernel definition, but with padding replaced
 * by the corresponding correctly-sized userspace types. */

struct stat
{
	dev_t st_dev;
	int __st_dev_padding;
	long __st_ino_truncated;
	mode_t st_mode;
	nlink_t st_nlink;
	uid_t st_uid;
	gid_t st_gid;
	dev_t st_rdev;
	int __st_rdev_padding;
	off_t st_size;
	blksize_t st_blksize;
	blkcnt_t st_blocks;
	struct timespec st_atim;
	struct timespec st_mtim;
	struct timespec st_ctim;
	ino_t st_ino;
};

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
webruby-0.2.7 modules/emscripten/system/include/libc/bits/stat.h
webruby-0.2.5 modules/emscripten/system/include/libc/bits/stat.h
webruby-0.2.4 modules/emscripten/system/include/libc/bits/stat.h
webruby-0.2.2 modules/emscripten/system/include/libc/bits/stat.h
webruby-0.2.1 modules/emscripten/system/include/libc/bits/stat.h