Преглед изворни кода

Fix PLTJMP() token pasting build error, patch from
Carmelo Amoroso <carmelo73@gmail.com>.

Paul Mundt пре 17 година
родитељ
комит
499e2c9e41
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      libc/sysdeps/linux/sh/clone.S

+ 1 - 1
libc/sysdeps/linux/sh/clone.S

@@ -27,7 +27,7 @@
 
 
 #ifdef __HAVE_SHARED__ 
-#define PLTJMP(_x)	_x##@PLT
+#define PLTJMP(_x)	_x@PLT
 #else
 #define PLTJMP(_x)	_x
 #endif