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
41c4895c
Commit
41c4895c
authored
May 22, 2005
by
Andreas Schwab
Browse files
(send_process): Move misplaced volatile.
parent
edceb51c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
src/ChangeLog
src/ChangeLog
+1
-1
src/process.c
src/process.c
+1
-1
No files found.
src/ChangeLog
View file @
41c4895c
2005-05-22 Andreas Schwab <schwab@suse.de>
* process.c (send_process):
Rem
ove misplaced volatile.
* process.c (send_process):
M
ove misplaced volatile.
2005-05-21 Richard M. Stallman <rms@gnu.org>
...
...
src/process.c
View file @
41c4895c
...
...
@@ -5134,7 +5134,7 @@ send_process (proc, buf, len, object)
int rv;
struct coding_system *coding;
struct gcpro gcpro1;
SIGTYPE (*old_sigpipe) ();
SIGTYPE (*
volatile
old_sigpipe) ();
GCPRO1 (object);
...
...
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