Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
35a6034c
Commit
35a6034c
authored
Aug 11, 1994
by
Richard M. Stallman
Browse files
(HAVE_VFORK): Deleted.
(vfork): Define as emacs_vfork.
parent
080d320d
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
3 deletions
+6
-3
src/s/sol2-4.h
src/s/sol2-4.h
+6
-3
No files found.
src/s/sol2-4.h
View file @
35a6034c
...
...
@@ -4,6 +4,11 @@
#define SOLARIS2_4
/* Solaris 2.4 has a broken vfork. And a header file has a declaration
that conflicts with the definition of vfork in sysdep.c.
This definition should avoid it. */
#define vfork emacs_vfork
/* Get rid of -traditional and let const really do its thing. */
#ifdef __GNUC__
...
...
@@ -11,9 +16,7 @@
#undef const
#endif
/* __GNUC__ */
#define HAVE_VFORK
/* solaris does POSIX signals. this bit is from s/usg-5-4-2.h */
/* Solaris does POSIX signals. This is copied from s/usg-5-4-2.h. */
#define POSIX_SIGNALS
#undef sigsetmask
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment