diff options
| author | Jim Blandy | 1992-01-14 07:14:12 +0000 |
|---|---|---|
| committer | Jim Blandy | 1992-01-14 07:14:12 +0000 |
| commit | a33ef3ab6d2d8956da9fe82f9d80d620172755dd (patch) | |
| tree | ec30218890a0cbbb98af1382954947949547b687 /src/s | |
| parent | 6449c8985c47d0d9dbfe24b6e297dead3f473e50 (diff) | |
| download | emacs-a33ef3ab6d2d8956da9fe82f9d80d620172755dd.tar.gz emacs-a33ef3ab6d2d8956da9fe82f9d80d620172755dd.zip | |
*** empty log message ***
Diffstat (limited to 'src/s')
| -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. */ | |||
| 213 | /* Enable support for shared libraries in unexec. */ | 213 | /* Enable support for shared libraries in unexec. */ |
| 214 | 214 | ||
| 215 | #define USG_SHARED_LIBRARIES | 215 | #define USG_SHARED_LIBRARIES |
| 216 | |||
| 217 | /* On USG systems signal handlers return void */ | ||
| 218 | |||
| 219 | #define SIGTYPE void | ||
| 220 | |||