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

@@ -24,7 +24,8 @@
/* Opens pipe to gtop server. Returns 0 on success and -1 on error. */
void
glibtop_open (glibtop *server, const char *program_name)
glibtop_open_r (glibtop *server, const char *program_name,
const unsigned long features, const unsigned flags)
{
memset (server, 0, sizeof (glibtop));
server->name = program_name;