diff options
Diffstat (limited to 'libcons/vcons-remove.c')
-rw-r--r-- | libcons/vcons-remove.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libcons/vcons-remove.c b/libcons/vcons-remove.c index 34b31d6f..273c5a0f 100644 --- a/libcons/vcons-remove.c +++ b/libcons/vcons-remove.c @@ -24,7 +24,7 @@ /* The virtual console VCONS_ENTRY is going to be removed. VCONS_ENTRY->cons is locked. */ -void +void __attribute__ ((weak)) cons_vcons_remove (cons_t cons, vcons_list_t vcons_entry) { assert (!vcons_entry->vcons); |