From 2ee5356f14457c9a4df61bc5dedc4d1c33c3d419 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Fri, 17 Jun 1994 23:51:52 +0000 Subject: [PATCH] (GETTIMEOFDAY_ONE_ARGUMENT): Undef it. --- src/s/sol2.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/s/sol2.h b/src/s/sol2.h index 02560df0f5e..940da0f1803 100644 --- a/src/s/sol2.h +++ b/src/s/sol2.h @@ -2,6 +2,10 @@ #define SOLARIS2 +/* Solaris sometimes has two versions of gettimeofday + and we don't know which one we will get. */ +#undef GETTIMEOFDAY_ONE_ARGUMENT + /* eggert@twinsun.com said these work in Solaris. Perhaps they work in all kinds of SVR4, but this is more conservative. */ #undef BROKEN_TIOCGETC -- 2.39.5