summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/common/statfs64.c
AgeCommit message (Collapse)Author
2002-04-09undefine __USE_FILE_OFFSET64, since we absolutely do _NOT_ want interfacesEric Andersen
silently renamed under us or very bad things will happen. In this case, statfs64() ended up recurively calling statfs64() instead of statfs().... -Erik
2002-03-31Add support for getrlimit64 and setrlimit64. Fix some problemsEric Andersen
with the getrlimit and setrlimit syscalls. -Erik
2001-11-15Silly me. I left in a define which caused statfs64 toEric Andersen
recursively call itself.
2001-11-07Add statfs64Eric Andersen