1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-08-01 10:06:57 +03:00

Tue May 14 14:07:10 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>

* libc-symbols.h (lint): Macro removed.  The sunrpc code does some
	really stupid things #ifdef lint.

	* sysdeps/unix/sysv/linux/i386/profil-counter.h (profil_counter): Fix
	struct member name: sc_eip -> eip.
This commit is contained in:
Roland McGrath
1996-05-14 20:30:25 +00:00
parent 7cdef09812
commit 64166d9834
43 changed files with 51 additions and 8 deletions

View File

@ -50,9 +50,6 @@ Cambridge, MA 02139, USA. */
#define _GNU_SOURCE 1
#include <config.h>
/* This disables sccsid/rcsid strings in lots of code of non-GNU origin. */
#define lint 1
/*
*/