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
604efe86
Commit
604efe86
authored
Mar 14, 2011
by
Paul Eggert
Browse files
* sysdep.c (reset_io): Now static.
parent
c1141155
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
src/ChangeLog
src/ChangeLog
+2
-0
src/sysdep.c
src/sysdep.c
+2
-2
No files found.
src/ChangeLog
View file @
604efe86
2011-03-14 Paul Eggert <eggert@cs.ucla.edu>
* sysdep.c (reset_io): Now static.
* keymap.c (keymap_parent, keymap_memberp, map_keymap_internal):
(copy_keymap_item, append_key, push_text_char_description):
Now static.
src/sysdep.c
View file @
604efe86
...
...
@@ -632,7 +632,7 @@ init_sigio (int fd)
{
}
void
static
void
reset_sigio
(
int
fd
)
{
}
...
...
@@ -662,7 +662,7 @@ init_sigio (int fd)
interrupts_deferred
=
0
;
}
void
static
void
reset_sigio
(
int
fd
)
{
#ifdef FASYNC
...
...
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