1/* 2 * $FreeBSD$ 3 */ 4 5FBSD_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 ptsname; 34 unlockpt; 35 hcreate; 36 hdestroy; 37 hsearch; 38 heapsort; 39 imaxabs; 40 imaxdiv; 41 insque; 42 l64a; 43 l64a_r; 44 labs; 45 ldiv; 46 llabs; 47 lldiv; 48 lsearch; 49 lfind; 50 _malloc_options; 51 _malloc_message; 52 malloc; 53 posix_memalign; 54 calloc; 55 realloc; 56 free; 57 malloc_usable_size; 58 mergesort; 59 putenv; 60 qsort_r; 61 qsort; 62 radixsort; 63 sradixsort; 64 rand_r; 65 rand; 66 srand; 67 sranddev; 68 srandom; 69 srandomdev; 70 initstate; 71 setstate; 72 random; 73 reallocf; 74 realpath; 75 remque; 76 setenv; 77 unsetenv; 78 strfmon; 79 strtoimax; 80 strtol; 81 strtoll; 82 strtonum; 83 strtoq; 84 strtoul; 85 strtoull; 86 strtoumax; 87 strtouq; 88 system; 89 tdelete; 90 tfind; 91 tsearch; 92 twalk; 93}; 94 95FBSD_1.3 { 96 atof_l; 97 atoi_l; 98 atol_l; 99 atoll_l; 100 at_quick_exit; 101 quick_exit; 102 strtod_l; 103 strtol_l; 104 strtoll_l; 105 strtof_l; 106 strtoimax_l; 107 strtold_l; 108 strtoq_l; 109 strtoul_l; 110 strtoull_l; 111 strtoumax_l; 112 strtouq_l; 113}; 114 115FBSDprivate_1.0 { 116 _malloc_thread_cleanup; 117 _malloc_prefork; 118 _malloc_postfork; 119 __system; 120 _system; 121}; 122