/
githubmirror
/
glibc
Обзор
Документация
Войти
/
githubmirror
/
glibc
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
include/bits/string_fortified.h
16 строк
498 B
Adhemerval Zanella
Enable --enable-fortify-source with clang
21 ноя 2025, 19:13
21 ноя 2025, 19:13
8d26bed
Код
Авторство
О чём код?
#ifndef _ISOMAC # if IS_IN(libc) && defined SHARED /* Redirect calls from __builtin_stpcpy_chk to internal __stpcpy when building with fortify enable. */ __asm__ ("stpcpy = __GI___stpcpy"); # endif /* Add the internal aliass attribute to symbol before they first usage on the fortify wrappers. */ libc_hidden_builtin_proto (memcpy) libc_hidden_builtin_proto (mempcpy) libc_hidden_builtin_proto (memmove) libc_hidden_builtin_proto (memset) #endif #include <string/bits/string_fortified.h>