projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bcd69ae
)
(POSIX_SIGNALS): Define it.
author
Richard M. Stallman
<rms@gnu.org>
Tue, 27 Sep 1994 01:58:00 +0000
(
01:58
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Tue, 27 Sep 1994 01:58:00 +0000
(
01:58
+0000)
(sigsetmask): Add #undef.
src/m/dpx2.h
patch
|
blob
|
history
diff --git
a/src/m/dpx2.h
b/src/m/dpx2.h
index cc4decb974356185d38212ceb3706634276a8c1e..0366542df9f0b4932b3f208cd67dafe73a180dcf 100644
(file)
--- a/
src/m/dpx2.h
+++ b/
src/m/dpx2.h
@@
-221,6
+221,11
@@
the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
/* It doesn't seem we have sigpause */
#undef HAVE_SYSV_SIGPAUSE
+#define POSIX_SIGNALS
+
+/* We don't need the definition from usg5-3.h with POSIX_SIGNALS. */
+#undef sigsetmask
+
/* on bos2.00.45 there is a bug that makes the F_SETOWN fcntl() call
enters in an infinite loop. Avoid calling it */