Update.
[glibc.git] / misc / Versions
blobabde3e713ce631c4756f60e17b1cad18f7877a0c
1 libc {
2   GLIBC_2.0 {
3     # global variables
4     ___brk_addr; __curbrk; __progname; __progname_full;
6     # functions which have an additional interface since they are
7     # are cancelable.
8     __libc_fsync; __libc_msync;
10     # interface of malloc functions
11     __sbrk; __getpagesize;
13     # functions used in other libraries
14     __select;
16     # variables in normal name space
17     error_message_count; error_one_per_line; error_print_progname;
19     # variables in normal name space
20     loc1; loc2; locs;
21     program_invocation_name; program_invocation_short_name;
23     # a*
24     acct; addmntent; advance;
26     # c*
27     chflags; chroot; closelog;
29     # d*
30     daemon; dirname;
32     # e*
33     ecvt; ecvt_r; endfsent; endmntent; endttyent; endusershell;
35     # e*
36     err; error; error_at_line; errx;
38     # f*
39     fchflags; fcvt; fcvt_r; fdatasync; fsync; ftruncate;
41     # g*
42     gcvt; get_avphys_pages; get_nprocs; get_nprocs_conf; get_phys_pages;
43     getfsent; getfsfile; getfsspec; gethostid; gethostname; getmntent;
44     getmntent_r; getpagesize; getpass; getttyent; getttynam; getusershell;
45     gtty;
47     # h*
48     hasmntopt; hcreate; hcreate_r; hdestroy; hdestroy_r; hsearch; hsearch_r;
50     # i*
51     insque; ioctl;
53     # j*
54     jrand48; jrand48_r; lfind; lsearch;
56     # m*
57     madvise; mkstemp; mktemp; mlock; mlockall; mmap; mount; mprotect; msync;
58     munlock; munlockall; munmap;
60     # o*
61     openlog;
63     # p*
64     ptrace;
66     # q*
67     qecvt; qecvt_r; qfcvt; qfcvt_r; qgcvt;
69     # r*
70     readv; remque; revoke;
72     # s*
73     select; setdomainname; setfsent; sethostent; sethostid; sethostname;
74     setlogmask; setmntent; setregid; setreuid; setttyent; setusershell; sstk;
75     stty; sync; syscall; syslog;
77     # t*
78     tdelete; tfind; truncate; tsearch; ttyslot; twalk;
80     # u*
81     ualarm; usleep; ustat; utimes;
83     # v*
84     verr; verrx; vhangup; vsyslog; vwarn; vwarnx;
86     # w*
87     warn; warnx;
89     # w*
90     writev;
91   }
92   GLIBC_2.1 {
93     # f*
94     ftruncate64;
96     # m*
97     mmap64;
99     # t*
100     tdestroy; truncate64;
101   }