~aleteoryx/muditaos

ref: 915f3334c3a75e6ba24ba1281a8acb4abb8289c3 muditaos/board/linux/libiosyscalls/version.txt -rw-r--r-- 2.2 KiB
915f3334 — Dawid Wojtas [MOS-549] Linux simulator crashes on GCC12 3 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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
GLIBC_2.2.5 {
        global:
# stdio
                fprintf;
                fwrite;
                fread;
                fopen;
                fopen64;
                fclose;
                fputc;
                fputs;
                putc;
                fgetc;
                fgets;
                getc;
                freopen;
                fdopen;
                fseek;
                ftell;
                fsetpos;
                fsetpos64;
                fgetpos;
                fgetpos64;
                feof;
                rewind;
                fileno;
                ferror;
                fflush;
                remove;
                rename;
# stdio - scan family
                fscanf;
                vfscanf;
#                ungetc;
# stdio - buffering disabled
                setbuf;
                setvbuf;
                setbuffer;
                setlinebuf;
# posix
                link;
                unlink;
                fcntl;
                fcntl64;
                chdir;
                fchdir;
                getcwd;
                getwd;
                get_current_dir_name;
                mkdir;
                chmod;
                fchmod;
                fsync;
                fdatasync;
                symlink;
                __xstat;
                __lxstat;
                __fxstat;
                __xstat64;
                __lxstat64;
                __fxstat64;
                read;
                write;
                lseek;
                lseek64;
                ioctl;
                poll;
                mount;
                umount;
                statvfs;
# posix - dirent
                opendir;
                closedir;
                readdir;
                readdir_r;
                rewinddir;
                seekdir;
                telldir;

        local:
                *;
};
GLIBC_2.4 {
        global:
                __fxstatat;
                __fxstatat64;
};
GLIBC_2.7 {
        global:
                __openat_2;             
};
GLIBC_2.33 {
        global:
                stat;
                lstat;
                fstat;
                stat64;
                lstat64;
                fstat64;
};
IOSYSCALLS_1.0 {
        global:
                iosyscalls_*;
};