diff options
author | Glenn Morris <rgm@gnu.org> | 2012-07-07 11:16:15 -0700 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2012-07-07 11:16:15 -0700 |
commit | 41f9404e0cb421fcea07538bbd686d54200ed92d (patch) | |
tree | 9c603959ee77afdf3ae345c25c4a3244b2826930 /src/s/irix6-5.h | |
parent | 929e7845741487751d88cc43c180a540f3996210 (diff) | |
download | emacs-41f9404e0cb421fcea07538bbd686d54200ed92d.tar.gz |
* configure.in (BROKEN_SA_RESTART): Doc fix.
* src/sysdep.c, src/s/irix6-5.h: Related comments.
Diffstat (limited to 'src/s/irix6-5.h')
-rw-r--r-- | src/s/irix6-5.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/s/irix6-5.h b/src/s/irix6-5.h index 7e5a5505ee2..30aca2b5416 100644 --- a/src/s/irix6-5.h +++ b/src/s/irix6-5.h @@ -80,7 +80,7 @@ char *_getpty(); #define NARROWPROTO 1 -#undef SA_RESTART +#undef SA_RESTART /* not the same as defining BROKEN_SA_RESTART */ #undef TIOCSIGSEND /* defined in usg5-4-common.h */ |