]> sourceware.org Git - glibc.git/blame - posix/Versions
Update.
[glibc.git] / posix / Versions
CommitLineData
b0b67c47
UD
1libc {
2 GLIBC_2.0 {
3 # functions with special/multiple interfaces
4 __bsd_getpgrp; __setpgid; __getpgid;
5
6 # functions which have an additional interface since they are
7 # are cancelable.
8 __libc_wait; __libc_waitpid; __libc_pause; __libc_nanosleep;
9
10 # functions with required interface outside normal name space
11 _exit;
12
13 # functions used in other libraries
14 __sched_get_priority_max; __sched_get_priority_min;
15 __sched_getparam; __sched_getscheduler; __sched_setscheduler;
16 __sched_yield; __fork; __getpid; __wait;
17
c1349648
AS
18 # functions used by libstdc++ 2.7.2
19 __waitpid;
20
bb967344
UD
21 # global variables
22 __environ; _environ;
23
b0b67c47 24 # variables in normal name space
bb967344
UD
25 environ; optarg; opterr; optind; optopt;
26 re_max_failures; re_syntax_options;
b0b67c47
UD
27
28 # a*
29 alarm;
30
31 # c*
32 confstr;
33
34 # e*
35 execl; execle; execlp; execv; execve; execvp; fexecve;
36
37 # f*
38 fnmatch; fork; fpathconf; freeaddrinfo;
39
40 # g*
41 getaddrinfo; getdtablesize; getegid; geteuid; getgid; getopt; getopt_long;
42 getopt_long_only; getpgid; getpgrp; getpid; getppid; getsid; getuid; glob;
43 glob_pattern_p; globfree; group_member;
44
45 # n*
46 nanosleep;
47
48 # p*
49 pathconf; pause; pselect;
50
51 # r*
52 re_comp; re_compile_fastmap; re_compile_pattern; re_exec; re_match;
53 re_match_2; re_search; re_search_2; re_set_registers; re_set_syntax;
54 regcomp; regerror; regexec; regfree;
55
56 # s*
57 sched_get_priority_max; sched_get_priority_min; sched_getparam;
58 sched_getscheduler; sched_rr_get_interval; sched_setparam;
59 sched_setscheduler; sched_yield; setegid; seteuid; setgid; setlogin;
60 setpgid; setpgrp; setsid; setuid; sleep; sysconf;
61
62 # t*
63 times;
64
65 # u*
66 uname;
67
68 # v*
69 vfork;
70
71 # w*
72 wait; wait3; wait4; waitpid;
73 }
74 GLIBC_2.1 {
75 # functions used in other libraries
76 __pread64; __pwrite64;
77
78 # g*
a5f4e34a 79 gai_strerror; getnameinfo; glob64; globfree64;
b0b67c47
UD
80
81 # p*
82 pread; pread64; pwrite; pwrite64;
83
84 # w*
85 waitid; wordexp; wordfree;
86 }
87}
This page took 0.059534 seconds and 5 git commands to generate.