From 64166d98349c01ccaaa848a30b12ae0d83de9bb8 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Tue, 14 May 1996 20:30:25 +0000 Subject: Tue May 14 14:07:10 1996 Roland McGrath * 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. --- sysdeps/unix/sysv/linux/i386/profil-counter.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sysdeps') diff --git a/sysdeps/unix/sysv/linux/i386/profil-counter.h b/sysdeps/unix/sysv/linux/i386/profil-counter.h index 91e7b507bd..7de3faec0e 100644 --- a/sysdeps/unix/sysv/linux/i386/profil-counter.h +++ b/sysdeps/unix/sysv/linux/i386/profil-counter.h @@ -22,5 +22,5 @@ Cambridge, MA 02139, USA. */ void profil_counter (int signo, struct sigcontext_struct sc) { - profil_count ((void *) sc.sc_eip); + profil_count ((void *) sc.eip); } -- cgit v1.2.3