summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2013-01-20 23:25:16 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2013-01-20 23:25:16 -0800
commitb1f22217f6c513be07612d8ed88fe5540ce7be48 (patch)
tree93b5e4ec2c319b69500a1f4f2aecfb7fbffebede
parent47479aabdb82907929d76ac87ca71f44819791f8 (diff)
Drop imake fallback for RETSIGTYPE definition
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r--x11perf.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/x11perf.c b/x11perf.c
index 8799f34..8b2dd67 100644
--- a/x11perf.c
+++ b/x11perf.c
@@ -438,16 +438,6 @@ Open_Display(char *display_name)
return(d);
}
-
-/* defined by autoconf AC_TYPE_SIGNAL, need to define for Imake */
-#ifndef RETSIGTYPE
-# ifdef SIGNALRETURNSINT
-# define RETSIGTYPE int
-# else
-# define RETSIGTYPE void
-# endif
-#endif
-
static RETSIGTYPE
Cleanup(int sig)
{