summaryrefslogtreecommitdiff
path: root/databases/mysql-server/patches/patch-az
blob: b943e8e8a9b760593f21ad0db13b46af72b38d8c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
$NetBSD: patch-az,v 1.2 1999/12/13 20:36:27 bad Exp $

--- mit-pthreads/machdep/syscall-template-arm32-netbsd-1.3.S.orig	Mon Jun  7 12:34:24 1999
+++ mit-pthreads/machdep/syscall-template-arm32-netbsd-1.3.S	Sun Aug 22 02:13:21 1999
@@ -11,23 +11,23 @@
 #ifdef __STDC__
 
 #define	SYSCALL(x)					\
-	.globl _machdep_sys_##x;		\
-									\
-_machdep_sys_##x:;					\
-									\
-	swi	SYS_##x;			\
-	bcs	1b;						\
+	.globl _C_LABEL(machdep_sys_##x);		\
+							\
+_C_LABEL(machdep_sys_##x):;				\
+							\
+	swi	SYS_##x;				\
+	bcs	1b;					\
 	mov	r15, r14;							
 
 #else
 
 #define	SYSCALL(x)					\
-	.globl _machdep_sys_/**/x;		\
-									\
-_machdep_sys_/**/x:;				\
-									\
-	swi	SYS_/**/x;		\
-	bcs	1b;						\
+	.globl _C_LABEL(_machdep_sys_/**/x);		\
+							\
+_C_LABEL(machdep_sys_/**/x):;				\
+							\
+	swi	SYS_/**/x;				\
+	bcs	1b;					\
 	mov	r15, r14;							
 
 #endif