1/*
2 * $FreeBSD$
3 */
4
5/*
6 * This only needs to contain symbols that are not listed in
7 * symbol maps from other parts of libc (i.e., not found in
8 * stdlib/Symbol.map, string/Symbol.map, sys/Symbol.map, ...)
9 * and are not used in the ARM EABI.
10 */
11FBSDprivate_1.0 {
12	__umodsi3;
13	__modsi3;
14	__udivsi3;
15	__divsi3;
16};
17