summaryrefslogtreecommitdiff
path: root/include/stddef.h
AgeCommit message (Expand)Author
2025-12-05Revert "stddef.h: add unreachable() for C23 compliance"Robert Clausecker
2025-11-28stddef.h: add unreachable() for C23 complianceRobert Clausecker
2025-06-11stddef.h: don't include sys/cdefs.hBrooks Davis
2024-06-02stddef.h/stdlib.h: Remove unused rune_tBrooks Davis
2023-11-26include: Remove ancient SCCS tags.Warner Losh
2023-08-16Remove $FreeBSD$: two-line .h patternWarner Losh
2017-11-20include: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-10-15Sync (make same) the offsetof macro definition in include/ with theCy Schubert
2017-06-22Use __ISO_C_VISIBLE, as opposed to testing __STDC_VERSION__.Ed Schouten
2017-03-30Implement the memset_s(3) function as specified by the C11 ISO/IECKonstantin Belousov
2016-11-29Use the correct name for the GCC macro indicating max_align_t is defined.John Baldwin
2016-10-21Define max_align_t for C11.John Baldwin
2014-08-21Add guards to ptrdiff_t definition in include/stddef.hAlexander Kabaev
2014-04-01Rename __wchar_t so it no longer conflicts with __wchar_t from clang 3.4Tijl Coosemans
2010-02-16Remove the Berkeley clause 3's.Warner Losh
2003-12-07Change the definition of NULL on ia64 (for LP64 compilations) fromMarcel Moolenaar
2002-09-01Be more explicit about a namespace by using the relatively newMike Barcroft
2002-08-21o Merge <machine/ansi.h> and <machine/types.h> into a new headerMike Barcroft
2002-07-09Don't define wchar_t if we are a C++ compiler.David E. O'Brien
2002-07-08Move __offsetof() macro from <machine/ansi.h> to <sys/cdefs.h>. It'sMike Barcroft
2001-05-24Back out rev 1.4 (wint_t and mbstate_t) as I am tired of the complaints.David E. O'Brien
2001-05-18Add mbstate_t and wint_t.David E. O'Brien
2000-10-27Convert all users of fldoff() to offsetof(). fldoff() is badPoul-Henning Kamp
1996-05-01Fixed longstanding namespace convolution involving rune_t vs wchar_t.Bruce Evans
1994-05-24BSD 4.4 Lite Include SourcesRodney W. Grimes