summaryrefslogtreecommitdiffstats
path: root/lib/libc/xdr/Symbol.map
blob: 4cceeb7a5c9378f07a698a442404dab9fd69c836 (plain)
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
/*
 * $FreeBSD$
 */

FBSD_1.0 {
	xdr_free;
	xdr_void;
	xdr_int;
	xdr_u_int;
	xdr_long;
	xdr_u_long;
	xdr_int32_t;
	xdr_u_int32_t;
	xdr_short;
	xdr_u_short;
	xdr_int16_t;
	xdr_u_int16_t;
	xdr_char;
	xdr_u_char;
	xdr_bool;
	xdr_enum;
	xdr_opaque;
	xdr_bytes;
	xdr_netobj;
	xdr_union;
	xdr_string;
	xdr_wrapstring;
	xdr_int64_t;
	xdr_u_int64_t;
	xdr_hyper;
	xdr_u_hyper;
	xdr_longlong_t;
	xdr_u_longlong_t;
	xdr_array;
	xdr_vector;
	xdr_float;
	xdr_double;
	xdrmem_create;
	xdrrec_create;
	xdrrec_skiprecord;
	xdrrec_eof;
	xdrrec_endofrecord;
	xdr_reference;
	xdr_pointer;
	/* xdr_sizeof; */ /* Why is xdr_sizeof.c not included in Makefileinc? */
	xdrstdio_create;
};
OpenPOWER on IntegriCloud