Revert previous; this needs to be fixed differently.
This commit is contained in:
parent
94087acf22
commit
ec94556f97
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: cdefs_aout.h,v 1.16 2005/07/16 17:41:05 christos Exp $ */
|
||||
/* $NetBSD: cdefs_aout.h,v 1.17 2005/07/16 17:53:36 christos Exp $ */
|
||||
|
||||
/*
|
||||
* Written by J.T. Conklin <jtc@wimsey.com> 01/17/95.
|
||||
|
@ -18,9 +18,7 @@
|
|||
#define ____RENAME(x) __asm__(___STRING(x))
|
||||
#endif
|
||||
|
||||
#ifndef __lint__
|
||||
#define __indr_reference(sym,alias) /* nada, since we do weak refs */
|
||||
#endif
|
||||
|
||||
#ifdef __GNUC__
|
||||
#if __STDC__
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: cdefs_elf.h,v 1.23 2005/07/16 17:41:05 christos Exp $ */
|
||||
/* $NetBSD: cdefs_elf.h,v 1.24 2005/07/16 17:53:36 christos Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1995, 1996 Carnegie-Mellon University.
|
||||
|
@ -49,9 +49,7 @@
|
|||
#endif
|
||||
#endif
|
||||
|
||||
#ifndef __lint__
|
||||
#define __indr_reference(sym,alias) /* nada, since we do weak refs */
|
||||
#endif
|
||||
|
||||
#if __STDC__
|
||||
#define __strong_alias(alias,sym) \
|
||||
|
|
Loading…
Reference in New Issue