]> git.ipfire.org Git - thirdparty/glibc.git/blob - sysdeps/unix/sysv/linux/sparc/Versions
2.5-18.1
[thirdparty/glibc.git] / sysdeps / unix / sysv / linux / sparc / Versions
1 libc {
2 # The comment lines with "#errlist-compat" are magic; see errlist-compat.awk.
3 # When you get an error from errlist-compat.awk, you need to add a new
4 # version here.
5
6 GLIBC_2.0 {
7 #errlist-compat 127
8 _sys_errlist; sys_errlist; _sys_nerr; sys_nerr;
9 }
10 GLIBC_2.1 {
11 #errlist-compat 127
12 _sys_errlist; sys_errlist; _sys_nerr; sys_nerr;
13 }
14 GLIBC_2.3 {
15 #errlist-compat 128
16 _sys_errlist; sys_errlist; _sys_nerr; sys_nerr;
17 }
18 GLIBC_2.4 {
19 #errlist-compat 134
20 _sys_errlist; sys_errlist; _sys_nerr; sys_nerr;
21 }
22 }
23 librt {
24 GLIBC_2.3 {
25 # AIO functions.
26 aio_cancel; aio_cancel64;
27 }
28 }