/etc/latrace.d/headers/locale.h is in latrace 0.5.11-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 | /* /usr/include/locale.h */
char* setlocale(int category, char *locale);
__locale_t newlocale(int category_mask, char *locale, __locale_t __base);
__locale_t duplocale(__locale_t __dataset);
void freelocale(__locale_t dataset);
__locale_t uselocale(__locale_t __dataset);
|