aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2011-04-13 19:38:06 -0700
committerPaul Eggert2011-04-13 19:38:06 -0700
commit1fa530214b68560d962c10c786a562f11a479444 (patch)
tree3588def5fe73a4537da942d81ae5ff6e854b9a88 /src/ChangeLog
parentd4b43b229a8b7c104c928521001dd48bd339953c (diff)
downloademacs-1fa530214b68560d962c10c786a562f11a479444.tar.gz
emacs-1fa530214b68560d962c10c786a562f11a479444.zip
* sysdep.c: Make symbols static if they're not exported.
(emacs_get_tty, emacs_set_tty, old_fcntl_flags, old_fcntl_owner): Now static. (sigprocmask_set, full_mask): Remove; unused. (wait_debugging): Mark as visible. * syssignal.h (SIGFULLMASK, full_mask): Remove decls. * systty.h (emacs_get_tty, emacs_set_tty): Remove decls.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index b54fdf8053a..1f8bae9cceb 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,13 @@
12011-04-14 Paul Eggert <eggert@cs.ucla.edu> 12011-04-14 Paul Eggert <eggert@cs.ucla.edu>
2 2
3 * sysdep.c: Make symbols static if they're not exported.
4 (emacs_get_tty, emacs_set_tty, old_fcntl_flags, old_fcntl_owner):
5 Now static.
6 (sigprocmask_set, full_mask): Remove; unused.
7 (wait_debugging): Mark as visible.
8 * syssignal.h (SIGFULLMASK, full_mask): Remove decls.
9 * systty.h (emacs_get_tty, emacs_set_tty): Remove decls.
10
3 * syntax.c (syntax_temp): Define only if !__GNUC__. 11 * syntax.c (syntax_temp): Define only if !__GNUC__.
4 12
5 * sound.c (current_sound_device, current_sound): Now static. 13 * sound.c (current_sound_device, current_sound): Now static.