Sha256: 1f966ceb8219109065d62f2f59f014b0c9b88d2867466834d0c9244796ef8216

Contents?: true

Size: 508 Bytes

Versions: 5

Compression:

Stored size: 508 Bytes

Contents

#ifndef	_SYS_STATFS_H
#define	_SYS_STATFS_H

#ifdef __cplusplus
extern "C" {
#endif

#include <features.h>

#include <sys/statvfs.h>

typedef struct __fsid_t {
	int __val[2];
} fsid_t;

#include <bits/statfs.h>

int statfs (const char *, struct statfs *);
int fstatfs (int, struct statfs *);

#if defined(_LARGEFILE64_SOURCE) || defined(_GNU_SOURCE)
#define statfs64 statfs
#define fstatfs64 fstatfs
#define fsblkcnt64_t fsblkcnt_t
#define fsfilcnt64_t fsfilcnt_t
#endif

#ifdef __cplusplus
}
#endif

#endif

Version data entries

5 entries across 5 versions & 1 rubygems

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