We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a10df49 commit 6ff66e0Copy full SHA for 6ff66e0
drivers/tty/vt/selection.c
@@ -35,8 +35,6 @@
35
/* Don't take this from <ctype.h>: 011-015 on the screen aren't spaces */
36
#define isspace(c) ((c) == ' ')
37
38
-extern void poke_blanked_console(void);
39
-
40
/* FIXME: all this needs locking */
41
static struct vc_selection {
42
struct mutex lock;
0 commit comments