Skip to content

Commit

Permalink
Do not stringify SYMVER symbols
Browse files Browse the repository at this point in the history
  • Loading branch information
samcmill authored and andikleen committed Oct 9, 2020
1 parent dd6de07 commit f96c96a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion util.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ extern char *policy_name(int policy);
#if HAVE_ATTRIBUTE_SYMVER
#define SYMVER(a,b) __attribute__ ((symver (b)))
#else
#define SYMVER(a,b) __asm__ (".symver " #a "," #b);
#define SYMVER(a,b) __asm__ (".symver " a "," b);
#endif

0 comments on commit f96c96a

Please sign in to comment.