summaryrefslogtreecommitdiff
path: root/lib/libpthread/machdep/sunos-5.5/__string.h
blob: 9cb12a07bb7927190689e8416e5c0ac45e4fdf92 (plain)
1
2
3
4
5
6
7
8
9
10
11
12

#ifndef _SIZE_T
#define _SIZE_T
typedef pthread_size_t  size_t;
#endif

/* Non-standard NetBSD string routines. */
#if !defined(_ANSI_SOURCE) && !defined(_POSIX_SOURCE)
__BEGIN_DECLS
char	*strdup __P_((const char *));
__END_DECLS
#endif