cc -pthread   -Wall -Wextra -Werror=implicit-function-declaration sys_stat/mkfifoat.c -o sys_stat/mkfifoat -D_GNU_SOURCE -D_BSD_SOURCE -D_ALL_SOURCE -D_DEFAULT_SOURCE -lm -lpthread -lrt  -lintl -liconv
sys_stat/mkfifoat.c: In function ‘main’:
sys_stat/mkfifoat.c:61:14: error: implicit declaration of function ‘mkfifoat’ [-Wimplicit-function-declaration]
   61 |         if ( mkfifoat(dirfd, "foo", 0600) < 0 )
      |              ^~~~~~~~
