summaryrefslogtreecommitdiff
path: root/usr/src/lib/libresolv2_joy/common/sunw/sunw_wrappers.c
blob: 55bbe07024b07b328231b52c4e74df2fdf39e1c9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
/*
 * Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
 * Use is subject to license terms.
 */

#include <port_before.h>
#include <resolv_joy.h>
#include <arpa/inet.h>
#include <port_after.h>

#undef p_option
/* extern const char * isc_p_option(); */
const char *p_option(uint_t option) {
	return (isc_p_option((ulong_t)option));
}
#pragma weak	__p_option		=	p_option

#undef p_secstodate
/* extern char * isc_p_secstodate (); */
char *p_secstodate(uint_t secs) {
	return (isc_p_secstodate((ulong_t)secs));
}
#pragma weak	__p_secstodate		=	p_secstodate