From 1fa530214b68560d962c10c786a562f11a479444 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Wed, 13 Apr 2011 19:38:06 -0700 Subject: * 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. --- src/systty.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/systty.h') 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); -- cgit v1.2.1