mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-16 10:20:30 +00:00
Put the right fix in. Instead of deleting the declaration of __FBSDID, we
undef it before this definition.
This commit is contained in:
parent
126fe1249a
commit
7b4359b47d
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=109975
@ -77,6 +77,13 @@
|
||||
|
||||
#define RCSID(x) .text; .asciz x
|
||||
|
||||
#undef __FBSDID
|
||||
#if !defined(lint) && !defined(STRIP_FBSDID)
|
||||
#define __FBSDID(s) .ident s
|
||||
#else
|
||||
#define __FBSDID(s) /* nothing */
|
||||
#endif /* not lint and not STRIP_FBSDID */
|
||||
|
||||
#define WEAK_ALIAS(alias,sym) \
|
||||
.weak alias; \
|
||||
alias = sym
|
||||
|
Loading…
Reference in New Issue
Block a user