mirror of
https://github.com/opnsense/src.git
synced 2026-06-29 20:35:02 -04:00
GCC emits a warning about shadowing a builtin with our mempcpy declaration, so switch it to using the same model as memcpy() and use the apparently-existing __builtin___mempcpy_chk(). Reviewed by: kib (earlier version), markj Sponsored by: Klara, Inc. Sponsored by: Stormshield Differential Revision: https://reviews.freebsd.org/D45976 |
||
|---|---|---|
| .. | ||
| Makefile | ||
| poll.h | ||
| random.h | ||
| socket.h | ||
| ssp.h | ||
| stdio.h | ||
| stdlib.h | ||
| string.h | ||
| strings.h | ||
| uio.h | ||
| unistd.h | ||
| wchar.h | ||