diff options
author | Jim Blandy <jimb@redhat.com> | 1992-01-14 07:14:12 +0000 |
---|---|---|
committer | Jim Blandy <jimb@redhat.com> | 1992-01-14 07:14:12 +0000 |
commit | 64267a7e39b8e8851a1dbbddc07ec654a8d4b414 (patch) | |
tree | 2d0075db92bea1eef54ce013a57e4edf3cd3277a /src/s/usg5-3.h | |
parent | ed1ea9a6bb8049f7bf57fcdfbc74c65e0f1bbce1 (diff) | |
download | emacs-64267a7e39b8e8851a1dbbddc07ec654a8d4b414.tar.gz |
*** empty log message ***
Diffstat (limited to 'src/s/usg5-3.h')
-rw-r--r-- | src/s/usg5-3.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/s/usg5-3.h b/src/s/usg5-3.h index c54ec479e65..e098cfcd74f 100644 --- a/src/s/usg5-3.h +++ b/src/s/usg5-3.h @@ -213,3 +213,8 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ /* Enable support for shared libraries in unexec. */ #define USG_SHARED_LIBRARIES + +/* On USG systems signal handlers return void */ + +#define SIGTYPE void + |