changed suffix of all functions from '_s' to '_r'; see also ChangeLog

1998-07-14  Martin Baulig  <martin@home-of-linux.org>

	* sysdeps/stub/*.c: changed suffix of all functions
	from '_s' to '_r'; see also ChangeLog entry from Jun 6.
This commit is contained in:
Martin Baulig
1998-07-13 22:32:00 +00:00
committed by Martin Baulig
parent 2c8ae09776
commit b991ecaf9a
20 changed files with 75 additions and 26 deletions

View File

@@ -25,8 +25,8 @@
/* Provides detailed information about a process. */
void
glibtop_get_proc_kernel_r (glibtop *server, glibtop_proc_kernel *buf,
pid_t pid)
glibtop_get_proc_kernel_s (glibtop *server, glibtop_proc_kernel *buf,
pid_t pid)
{
memset (buf, 0, sizeof (glibtop_proc_kernel));
}