diff options
author | Roland McGrath <roland@redhat.com> | 1992-07-30 19:41:18 +0000 |
---|---|---|
committer | Roland McGrath <roland@redhat.com> | 1992-07-30 19:41:18 +0000 |
commit | 39e2dbb7b3e76c1965517c65715b8330493672ea (patch) | |
tree | b386ffd71ded5ccb259f2d7734380709977fef21 | |
parent | 47db5afe4f3a598cd708630fbfeaa0573db09bd7 (diff) | |
download | gunmake-39e2dbb7b3e76c1965517c65715b8330493672ea.tar.gz |
Formerly make.h.~51~
-rw-r--r-- | make.h | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -40,6 +40,10 @@ extern int errno; #endif #endif +#if !defined (HAVE_SYS_SIGLIST) && defined (HAVE__SYS_SIGLIST) +#define sys_siglist _sys_siglist +#endif + #ifndef isblank #define isblank(c) ((c) == ' ' || (c) == '\t') #endif |