From dc60c2414658f27b88f212bba8a36180ab8657fb Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Tue, 18 Nov 2008 16:18:32 -0800 Subject: [i386] Rename __cdecl to __asmcall __cdecl is a misleading name, since it currently encapsulates both cdecl and regparm(0) attributes. Rename to __asmcall. --- src/include/stdlib.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/include/stdlib.h') diff --git a/src/include/stdlib.h b/src/include/stdlib.h index f3dc7e4..838a22a 100644 --- a/src/include/stdlib.h +++ b/src/include/stdlib.h @@ -68,6 +68,6 @@ static inline void srand ( unsigned int seed ) { */ extern int system ( const char *command ); -extern __cdecl int main ( void ); +extern __asmcall int main ( void ); #endif /* STDLIB_H */ -- cgit v1.1