aboutsummaryrefslogtreecommitdiff
path: root/src/include/port/sunos4.h
blob: 3e39e1efc9f9f7e0b3e27ac1dc8651336432d9dd (plain)
1
2
3
4
5
6
7
/*
 * src/include/port/sunos4.h
 *
 * sprintf() returns char *, not int, on SunOS 4.1.x */
#define SPRINTF_CHAR

#include <unistd.h>