diff options
Diffstat (limited to 'libexec/ld.so/amd64/ldasm.S')
-rw-r--r-- | libexec/ld.so/amd64/ldasm.S | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libexec/ld.so/amd64/ldasm.S b/libexec/ld.so/amd64/ldasm.S index 15128e99706..048ea57ea9b 100644 --- a/libexec/ld.so/amd64/ldasm.S +++ b/libexec/ld.so/amd64/ldasm.S @@ -1,4 +1,4 @@ -/* $OpenBSD: ldasm.S,v 1.3 2004/02/23 20:52:04 deraadt Exp $ */ +/* $OpenBSD: ldasm.S,v 1.4 2004/05/25 15:56:18 deraadt Exp $ */ /* * Copyright (c) 2002,2004 Dale Rahn @@ -68,7 +68,7 @@ _dl_start: #define DL_SYSCALL(n) DL_SYSCALL2(n,n) #define DL_SYSCALL2(n,c) \ - .global __CONCAT(_dl_,n) ;\ + .global __CONCAT(_dl_,n) ;\ .type __CONCAT(_dl_,n), @function ;\ .align 4 ;\ __CONCAT(_dl_,n): ;\ |