History log of /freebsd-current/tools/build/cross-build/include/mac/stdlib.h
Revision Date Author Comments
# b3e76948 16-Aug-2023 Warner Losh <imp@FreeBSD.org>

Remove $FreeBSD$: two-line .h pattern

Remove /^\s*\*\n \*\s+\$FreeBSD\$$\n/


# 0ec03c0b 28-Mar-2023 Mark Johnston <markj@FreeBSD.org>

cross-build: Add secure_getenv() for MacOS cross builds

Reviewed by: arichardson
Fixes: 68ca8363c7a1 ("libc: Use secure_getenv(3) where appropriate")
Differential Revision: https://reviews.freebsd.org/D39295


# a89410ef 13-Sep-2021 Alex Richardson <arichardson@FreeBSD.org>

cross-build: fix some redeclaration warnings during bootstrap

MFC after: 3 days


# d1d32c3d 25-Aug-2020 Alex Richardson <arichardson@FreeBSD.org>

Add Linux/macOS compatibility system headers to tools/build/cross-build

These headers are required in order to build the bootstrap tools on macOS
and Linux. A follow-up commit will add implementations of functions that
don't exist on those operating systems to -legacy when bootstrapping.

Reviewed By: brooks
Differential Revision: https://reviews.freebsd.org/D14316