forked from KolibriOS/kolibrios
newlib: update
git-svn-id: svn://kolibrios.org@3799 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
11
programs/develop/libraries/newlib/crt/dllstart.c
Normal file
11
programs/develop/libraries/newlib/crt/dllstart.c
Normal file
@@ -0,0 +1,11 @@
|
||||
|
||||
void _pei386_runtime_relocator (void);
|
||||
|
||||
int DllStartup(void *module, int reason);
|
||||
|
||||
|
||||
int DllStartup(void *module, int reason)
|
||||
{
|
||||
_pei386_runtime_relocator();
|
||||
return 1;
|
||||
};
|
Reference in New Issue
Block a user