diff -r acd3cd4aaceb -r 2efc27d87e1c genericopenlibs/cstdlib/LINC/STDLIB.H --- a/genericopenlibs/cstdlib/LINC/STDLIB.H Tue Aug 31 16:54:36 2010 +0300 +++ b/genericopenlibs/cstdlib/LINC/STDLIB.H Wed Sep 01 12:36:54 2010 +0100 @@ -66,7 +66,7 @@ IMPORT_C int _epoc32_atexit (void (*_func)(void)); #ifdef EKA2 -IMPORT_C void abort (void); +void abort (void); #else IMPORT_C void abort (void); #endif