Re: statfs() problem with glibc-2.5
Matthew Wilcox <[email protected]>
| Newsgroups | gmane.linux.ports.hppa |
|---|---|
| Message-ID | <[email protected]> |
On Mon, Feb 12, 2007 at 03:37:31PM +0100, Guy Martin wrote: > After some more troubleshooting, I've found out that parisc doesn't hook up the statfs64 syscall. I thought we didn't need a statfs64 syscall since it returns the same struct as statfs on parisc (due to the struct definitions already being big enough). However, now that I review the definitions, I think you're right and we should hook it up.