]> git.ipfire.org Git - thirdparty/man-pages.git/commit
alloca.3: remove GCC faffling from NOTES
authorнаб <nabijaczleweli@nabijaczleweli.xyz>
Tue, 14 Sep 2021 12:41:22 +0000 (14:41 +0200)
committerAlejandro Colomar <alx.manpages@gmail.com>
Sun, 19 Sep 2021 19:33:22 +0000 (21:33 +0200)
commita4ca1d88468b4d28fc7c3e9b8d8cd4bd13bc8458
tree2c79fb1433bae98c5fa20fcaeea47d7d341eec68
parentb71c0e2927f1f895f99bf0e8f98f3c8a0bedb929
alloca.3: remove GCC faffling from NOTES

Chunks of glibc headers have no place in documenting an interface,
and (__builtin_)alloca() is an intrinsic, not code; those days are,
thankfully, long gone

Also, clarify standards behaviour (and remove the (outdated!)
list of cc(1) switches) regarding when alloca() is allowed to not be
ODR-usable

Signed-off-by: Ahelenia Ziemiańska <nabijaczleweli@nabijaczleweli.xyz>
Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
man3/alloca.3