mirror of
https://github.com/postgres/postgres.git
synced 2025-05-31 00:01:57 -04:00
Fix for sunos4 difftime() call.
This commit is contained in:
parent
1d8bbfd2e7
commit
4e9e00cb68
@ -7,7 +7,7 @@
|
|||||||
#include "utils/builtins.h"
|
#include "utils/builtins.h"
|
||||||
|
|
||||||
/* sunos doesn't have this function */
|
/* sunos doesn't have this function */
|
||||||
#if defined(sunos)
|
#if defined(sunos4)
|
||||||
#define difftime(time1,time0) ((time1) - (time0))
|
#define difftime(time1,time0) ((time1) - (time0))
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user