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

#include <unistd.h>