freebsd-dev/lib/libc/posix1e/Symbol.map
Daniel Eischen 2665faf497 Some libc symbol map cleanups.
net: endhostdnsent is named _endhostdnsent and is
  private to netdb family of functions.

  posix1e: acl_size.c has been never compiled in,
  so there's no "acl_size".

  rpc: "getnetid" is a static function.

  stdtime: "gtime" is #ifdef'ed out in the source.

  some symbols are specific only to some architectures,
  e.g., ___tls_get_addr is only defined on i386.

  __htonl, __htons, __ntohl and __ntohs are no longer
  functions, they are now (internal) defines in
  <machine/endian.h>.

Submitted by:	ru
2007-05-31 13:01:34 +00:00

70 lines
1.1 KiB
Plaintext

/*
* $FreeBSD$
*/
FBSD_1.0 {
acl_calc_mask;
acl_copy_entry;
acl_copy_ext;
acl_copy_int;
acl_delete_def_file;
acl_delete_def_link_np;
acl_delete_file_np;
acl_delete_link_np;
acl_delete_fd_np;
acl_delete_entry;
acl_create_entry;
acl_get_entry;
acl_free;
acl_from_text;
acl_get_file;
acl_get_link_np;
acl_get_fd;
acl_get_fd_np;
acl_get_perm_np;
acl_get_permset;
acl_get_qualifier;
acl_get_tag_type;
acl_init;
acl_dup;
acl_add_perm;
acl_clear_perms;
acl_delete_perm;
acl_set_file;
acl_set_link_np;
acl_set_fd;
acl_set_fd_np;
acl_set_permset;
acl_set_qualifier;
acl_set_tag_type;
acl_to_text;
acl_valid;
acl_valid_file_np;
acl_valid_link_np;
acl_valid_fd_np;
extattr_namespace_to_string;
extattr_string_to_namespace;
mac_reload;
mac_free;
mac_from_text;
mac_to_text;
mac_prepare;
mac_prepare_type;
mac_prepare_ifnet_label;
mac_prepare_file_label;
mac_prepare_packet_label;
mac_prepare_process_label;
mac_is_present;
mac_execve;
mac_get_fd;
mac_get_file;
mac_get_link;
mac_get_peer;
mac_get_pid;
mac_get_proc;
mac_set_fd;
mac_set_file;
mac_set_link;
mac_set_proc;
};