forked from KolibriOS/kolibrios
newlib: missing files
git-svn-id: svn://kolibrios.org@3922 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
0177401fa8
commit
3424087389
18
programs/develop/libraries/newlib/libc.ver
Normal file
18
programs/develop/libraries/newlib/libc.ver
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
LIBC {
|
||||||
|
global: *;
|
||||||
|
local: _PathLocale;
|
||||||
|
__NFiles;
|
||||||
|
__NHandles;
|
||||||
|
__OSHandles;
|
||||||
|
__appcwd;
|
||||||
|
__appcwdlen;
|
||||||
|
__appenv;
|
||||||
|
__appenv_size;
|
||||||
|
__atexit_lock;
|
||||||
|
__cpu_features;
|
||||||
|
__fdlib_version;
|
||||||
|
__hexdig;
|
||||||
|
__initPOSIXHandles;
|
||||||
|
_argc;
|
||||||
|
_argv;
|
||||||
|
};
|
Loading…
Reference in New Issue
Block a user