~aleteoryx/muditaos

ref: 4ee0fee780ce858bd82090c32b1f4b3c2873437f muditaos/board/linux/libiosyscalls/version.txt -rw-r--r-- 1.6 KiB
4ee0fee7 — Tomek Sobkowiak [EDG-4348] Load script to init calllog database (#1016) 5 years ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
GLIBC_2.2.5 {
        global:
                fclose;
                fdopen;
                feof;
                ferror;
                fflush;
                fgetc;
                fgetpos;
                fgetpos64;
                fgets;
                fileno;
                fopen;
                fopen64;
                fprintf;
                fputc;
                fputs;
                fread;
                freopen;
                fseek;
                fscanf;
                fsetpos;
                fsetpos64;
                ftell;
                fwrite;
                getc;
                putc;
                remove;
                rewind;
                setbuf;
                setvbuf;
                setbuffer;
                setlinebuf;
                fscanf;
                vfscanf;
                ungetc;
                link;
                unlink;
                stat;
                fstat;
                lstat;
                fcntl;
                chdir;
                fchdir;
                getcwd;
                getwd;
                get_current_dir_name;
                rename;
                mkdir;
                chmod;
                fchmod;
                fsync;
                fdatasync;
                opendir;
                closedir;
                readdir;
                readdir_r;
                rewinddir;
                seekdir;
                telldir;
                symlink;
                fstatat;
                __xstat;
                __lxstat;
                __fxstat;
                __symlink;
        local:
                *;
};