diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2013-01-20 23:25:16 -0800 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2013-01-20 23:25:16 -0800 |
commit | b1f22217f6c513be07612d8ed88fe5540ce7be48 (patch) | |
tree | 93b5e4ec2c319b69500a1f4f2aecfb7fbffebede | |
parent | 47479aabdb82907929d76ac87ca71f44819791f8 (diff) |
Drop imake fallback for RETSIGTYPE definition
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r-- | x11perf.c | 10 |
1 files changed, 0 insertions, 10 deletions
@@ -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) { |