Files
libgtop/sysdeps/common
Benoît Dejean fc7d872381 * Add support for file system read and write counting (needed for the disk
* fsusage.c: * Add support for file system read and write counting
	(needed for the disk load feature of the multiload applet).
2005-02-28 08:11:15 +00:00
..
1999-02-19 22:01:11 +00:00
2003-10-20 20:12:28 +00:00
2004-06-09 18:52:22 +00:00
2004-06-09 18:52:22 +00:00
2004-09-23 22:47:56 +00:00
2005-01-18 21:57:52 +00:00
2004-03-09 23:29:48 +00:00

The files fsusage.c and fsusage.h have been stolen from the GNU
Coreutils package (version 5.0) and are the actual implementation of
the fsusage function.

The only changes that have been made to these files is that some code
for SVR2 has been ripped out since it depended on some more code (SVR3
was released in 1986 and introduced shared libraries), and the
functions have been prefixed with glibtop_private to avoid name
clashes with user code.