diff options
author | Roland McGrath <roland@gnu.org> | 1996-03-29 21:23:58 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1996-03-29 21:23:58 +0000 |
commit | b80510574cffbf64378fbcb25574955ebc4b92e9 (patch) | |
tree | a1721db32a781b90a4ce6aeea6241ee73a268301 /gmon/mcount.c | |
parent | 27e00f3f178044b927a4fda1d6984bffbc743b58 (diff) | |
download | glibc-b80510574cffbf64378fbcb25574955ebc4b92e9.tar.gz glibc-b80510574cffbf64378fbcb25574955ebc4b92e9.tar.xz glibc-b80510574cffbf64378fbcb25574955ebc4b92e9.zip |
Fri Mar 29 11:29:46 1996 Roland McGrath <roland@charlie-brown.gnu.ai.mit.edu> cvs/libc-960402 cvs/libc-960401 cvs/libc-960331 cvs/libc-960330
* sysdeps/libm-ieee754/s_signgam.c (signgam): Renamed to __signgam, with weak alias signgam.
Diffstat (limited to 'gmon/mcount.c')
-rw-r--r-- | gmon/mcount.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gmon/mcount.c b/gmon/mcount.c index 4d3097fd18..00c9ff8e31 100644 --- a/gmon/mcount.c +++ b/gmon/mcount.c @@ -34,7 +34,6 @@ #if !defined(lint) && !defined(KERNEL) && defined(LIBC_SCCS) static char sccsid[] = "@(#)mcount.c 8.1 (Berkeley) 6/4/93"; #endif - int i; #include <sys/param.h> #include <sys/gmon.h> |