Files
libgtop/sysdeps/common
Benoît Dejean aa9fafe5c3 Renamed all glibtop_init_xxx functions to _glibtop_init_xxx so they get
2007-04-11  Benoît Dejean  <benoit@placenet.org>

	* *:
	
	Renamed all glibtop_init_xxx functions
	to _glibtop_init_xxx so they get internal visibility.

	* configure.in:
	
	Bumped version number.

svn path=/trunk/; revision=2569
2007-04-11 17:52:14 +00:00
..
2007-02-19 23:10:10 +00:00
2007-02-19 23:10:10 +00:00
2005-12-12 09:38:15 +00:00
2007-02-19 23:10:10 +00:00
2006-04-09 10:55:03 +00:00
2005-12-12 09:38:15 +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.