diff options
Diffstat (limited to 'lib/libc/xdr/Symbol.map')
-rw-r--r-- | lib/libc/xdr/Symbol.map | 53 |
1 files changed, 0 insertions, 53 deletions
diff --git a/lib/libc/xdr/Symbol.map b/lib/libc/xdr/Symbol.map deleted file mode 100644 index 0739b7b..0000000 --- a/lib/libc/xdr/Symbol.map +++ /dev/null @@ -1,53 +0,0 @@ -/* - * $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; -}; - -FBSD_1.1 { - xdr_uint16_t; - xdr_uint32_t; - xdr_uint64_t; -}; |