ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/src/trunk/lib/libc/stdlib/Symbol.map
Revision: 1939
Committed: Thu Oct 30 20:39:11 2008 UTC (15 years, 6 months ago) by laffer1
File size: 1097 byte(s)
Log Message:
This commit was generated by cvs2svn to compensate for changes in r1938,
which included commits to RCS files with non-trunk default branches.

File Contents

# User Rev Content
1 laffer1 1938 /*
2     * $FreeBSD: src/lib/libc/stdlib/Symbol.map,v 1.6 2007/05/22 05:28:40 jon Exp $
3     */
4    
5     FBSD_1.0 {
6     _Exit;
7     a64l;
8     abort;
9     abs;
10     atexit;
11     __cxa_atexit;
12     __cxa_finalize;
13     atof;
14     atoi;
15     atol;
16     atoll;
17     bsearch;
18     div;
19     __isthreaded;
20     exit;
21     getenv;
22     opterr;
23     optind;
24     optopt;
25     optreset;
26     optarg;
27     getopt;
28     getopt_long;
29     getopt_long_only;
30     suboptarg;
31     getsubopt;
32     grantpt;
33     posix_openpt;
34     ptsname;
35     unlockpt;
36     hcreate;
37     hdestroy;
38     hsearch;
39     heapsort;
40     imaxabs;
41     imaxdiv;
42     insque;
43     l64a;
44     l64a_r;
45     labs;
46     ldiv;
47     llabs;
48     lldiv;
49     lsearch;
50     lfind;
51     _malloc_options;
52     _malloc_message;
53     malloc;
54     posix_memalign;
55     calloc;
56     realloc;
57     free;
58     malloc_usable_size;
59     mergesort;
60     putenv;
61     qsort_r;
62     qsort;
63     radixsort;
64     sradixsort;
65     rand_r;
66     rand;
67     srand;
68     sranddev;
69     srandom;
70     srandomdev;
71     initstate;
72     setstate;
73     random;
74     reallocf;
75     realpath;
76     remque;
77     setenv;
78     unsetenv;
79     strfmon;
80     strtoimax;
81     strtol;
82     strtoll;
83     strtonum;
84     strtoq;
85     strtoul;
86     strtoull;
87     strtoumax;
88     strtouq;
89     system;
90     tdelete;
91     tfind;
92     tsearch;
93     twalk;
94     };
95    
96     FBSDprivate_1.0 {
97     __use_pts;
98     _malloc_prefork;
99     _malloc_postfork;
100     __system;
101     _system;
102     };

Properties

Name Value
cvs2svn:cvs-rev 1.1.1.1