diff options
Diffstat (limited to 'libcons/vcons-add.c')
-rw-r--r-- | libcons/vcons-add.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libcons/vcons-add.c b/libcons/vcons-add.c index 1a6eb204..c46f5e07 100644 --- a/libcons/vcons-add.c +++ b/libcons/vcons-add.c @@ -24,7 +24,7 @@ /* The virtual console entry VCONS_ENTRY was just added. CONS is locked. */ -void +void __attribute__ ((weak)) cons_vcons_add (cons_t cons, vcons_list_t vcons_entry) { } |