From c3f6501060987d967a28495b009cd0da9da25252 Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Tue, 24 Jan 2006 16:59:55 +0000 Subject: - use keywords __asm__ and __inline__ c99. --- ldso/ldso/i386/dl-startup.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ldso/ldso/i386') diff --git a/ldso/ldso/i386/dl-startup.h b/ldso/ldso/i386/dl-startup.h index 6521bf72d..933c22c1e 100644 --- a/ldso/ldso/i386/dl-startup.h +++ b/ldso/ldso/i386/dl-startup.h @@ -3,7 +3,7 @@ * Architecture specific code used by dl-startup.c * Copyright (C) 2000-2004 by Erik Andersen */ -__asm__( +__asm__ ( " .text\n" " .align 16\n" " .globl _start\n" -- cgit v1.2.3