]> git.ipfire.org Git - thirdparty/glibc.git/commit
cdefs.h: Define __COLD
authorSergey Bugaev <bugaevc@gmail.com>
Thu, 27 Apr 2023 14:42:11 +0000 (17:42 +0300)
committerSamuel Thibault <samuel.thibault@ens-lyon.org>
Sat, 29 Apr 2023 15:01:52 +0000 (17:01 +0200)
commit0ab341b247fc1c2cd101a87c78f38d2da00c335c
treeee9be1053d62b23306d6bdd7fe78fcb874f02435
parentf56ad6174c62aa38f7edf68167d620482b776dc9
cdefs.h: Define __COLD

This expands to __attribute__ ((cold)) when supported. It should be
used to mark up functions that are invoked rarely.

Signed-off-by: Sergey Bugaev <bugaevc@gmail.com>
misc/sys/cdefs.h