logo

live-bootstrap

Mirror of <https://github.com/fosslinux/live-bootstrap>

__stack_chk_fail_local.c (253B)


  1. /*
  2. * SPDX-FileCopyrightText: 2020 Timo Teräs <timo.teras@iki.fi>
  3. *
  4. * SPDX-License-Identifier: GPL-3.0-or-later
  5. */
  6. extern void __stack_chk_fail(void);
  7. void __attribute__((visibility ("hidden"))) __stack_chk_fail_local(void) { __stack_chk_fail(); }