* sysdep.c (reset_io): Now static.
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 14 Mar 2011 22:36:12 +0000 (15:36 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 14 Mar 2011 22:36:12 +0000 (15:36 -0700)
src/ChangeLog
src/sysdep.c

index 55fa100..97fa270 100644 (file)
@@ -1,5 +1,7 @@
 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.
index 5760d02..ac7927e 100644 (file)
@@ -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