From 9f0c8034d805598c91af90934b59269860eefc96 Mon Sep 17 00:00:00 2001 From: Dimitry Andric Date: Thu, 11 Nov 2010 21:36:52 +0000 Subject: Remove some unneeded spaces from the __sym_compat() macro, since newer versions of gas are more fussy about spaces surrounding '@' signs in versioned symbol names. --- lib/libc/include/compat.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/libc/include/compat.h b/lib/libc/include/compat.h index 13c1d2043e76..769454002788 100644 --- a/lib/libc/include/compat.h +++ b/lib/libc/include/compat.h @@ -36,7 +36,7 @@ #define __LIBC_COMPAT_H__ #define __sym_compat(sym,impl,verid) \ - .symver impl , sym @ verid + .symver impl, sym@verid __sym_compat(__semctl, freebsd7___semctl, FBSD_1.0); __sym_compat(msgctl, freebsd7_msgctl, FBSD_1.0); -- cgit v1.2.3