summaryrefslogtreecommitdiff
path: root/src/systty.h
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2011-04-13 19:38:06 -0700
committerPaul Eggert <eggert@cs.ucla.edu>2011-04-13 19:38:06 -0700
commit1fa530214b68560d962c10c786a562f11a479444 (patch)
tree3588def5fe73a4537da942d81ae5ff6e854b9a88 /src/systty.h
parentd4b43b229a8b7c104c928521001dd48bd339953c (diff)
downloademacs-1fa530214b68560d962c10c786a562f11a479444.tar.gz
* 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/systty.h')
-rw-r--r--src/systty.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/systty.h b/src/systty.h
index 1548952e7a8..647cfa23cee 100644
--- a/src/systty.h
+++ b/src/systty.h
@@ -115,9 +115,6 @@ struct emacs_tty {
#endif /* DOS_NT */
};
-extern int emacs_get_tty (int, struct emacs_tty *);
-extern int emacs_set_tty (int, struct emacs_tty *, int);
-
/* From sysdep.c or w32.c */
extern int serial_open (char *);
extern void serial_configure (struct Lisp_Process *, Lisp_Object);