/
githubmirror
/
glibc
Обзор
Документация
Войти
/
githubmirror
/
glibc
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
sysdeps/wordsize-64/Makefile
13 строк
300 B
Adhemerval Zanella
Handle clang -Wignored-attributes on weak aliases
09 дек 2025, 14:58
09 дек 2025, 14:58
6b70674
Код
Авторство
О чём код?
ifeq ($(subdir),misc) tests += tst-writev endif ifeq ($(subdir),stdio-common) fmt-xscanf-int-convs += int long fmt-xscanf-uint-convs += uint ulong endif # strtol is aliased to stroll CFLAGS-strtol.c += -fno-builtin-strtoll # strtoul is aliased to strtoull CFLAGS-strtoul.c += -fno-builtin-strtoull