File: Versions

package info (click to toggle)
glibc-pre2.1 2.0.105-2
  • links: PTS
  • area: main
  • in suites: slink
  • size: 50,884 kB
  • ctags: 45,906
  • sloc: ansic: 344,555; asm: 23,735; sh: 4,611; makefile: 4,118; awk: 831; cpp: 454; perl: 435; sed: 62
file content (49 lines) | stat: -rw-r--r-- 753 bytes parent folder | download
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
libc {
  GLIBC_2.0 {
    # Unfortunately in wider use.
    _inb; _inw; _inl; _outb; _outw; _outl; _bus_base; _bus_base_sparse;
    _hae_shift;

    # b*
    bus_base; bus_base_sparse;

    # h*
    hae_shift;

    # i*
    inb; inl; inw; ioperm; iopl;

    # o*
    outb; outl; outw;

    # p*
    pciconfig_read; pciconfig_write; sethae;
  }
  GLIBC_2.1 {
    # Linux/Alpha 64-bit timeval functions.
    __select; select;
    adjtime; adjtimex; __adjtimex;
    __gettimeofday;

    # glob interface change
    glob; globfree;

    # limit type change
    getrusage;

    # time type change
    gettimeofday;

    # i*
    ieee_get_fp_control; ieee_set_fp_control;

    # s*
    setitimer; settimeofday;

    # u*
    utimes;

    # w*
    wait4;
  }
}