Home
last modified time | relevance | path

Searched hist:c27a89971805b176dcfa5a234f2ea6f6109d0a70 (Results 1 – 1 of 1) sorted by relevance

/freebsd/include/
H A Dstdlib.hdiff c27a89971805b176dcfa5a234f2ea6f6109d0a70 Fri Feb 02 17:41:40 CET 2024 Lexi Winter <lexi@le-Fay.ORG> stdlib.h: add __noexcept to prototypes

The noexcept specifier is required on these functions in C++:
_Exit(), atexit(), quick_exit(), at_quick_exit(), abort().

MFC after: 2 weeks

Reviewed by: imp
Pull Request: https://github.com/freebsd/freebsd-src/pull/1085