Subversion Repositories Kolibri OS

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
3922 Serge 1
LIBC {
2
        global: *;
3
        local:  _PathLocale;
4
                __NFiles;
5
                __NHandles;
6
                __OSHandles;
7
                __appcwd;
8
                __appcwdlen;
9
                __appenv;
10
                __appenv_size;
11
                __atexit_lock;
12
                __cpu_features;
13
                __fdlib_version;
14
                __hexdig;
15
                __initPOSIXHandles;
16
                _argc;
17
                _argv;
18
};