diff options
author | Jim Blandy <jimb@redhat.com> | 1992-01-28 01:53:11 +0000 |
---|---|---|
committer | Jim Blandy <jimb@redhat.com> | 1992-01-28 01:53:11 +0000 |
commit | 14e76af946582f7151f53da1579386891c9445d8 (patch) | |
tree | 3c7fe71ed160198d8ae522f1b7fbb30ab70d3344 /src/s/bsd4-3.h | |
parent | c637ae6fc1d1c116567393a8493661bc9ba01de3 (diff) | |
download | emacs-14e76af946582f7151f53da1579386891c9445d8.tar.gz |
*** empty log message ***
Diffstat (limited to 'src/s/bsd4-3.h')
-rw-r--r-- | src/s/bsd4-3.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/s/bsd4-3.h b/src/s/bsd4-3.h index e9754af045a..332bbaa3856 100644 --- a/src/s/bsd4-3.h +++ b/src/s/bsd4-3.h @@ -127,3 +127,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ is named _avenrun. */ #define LDAV_SYMBOL "_avenrun" + +/* The return type of a signal handling function. */ +#define SIGTYPE int |