(root)/
glibc-2.38/
sysdeps/
ieee754/
ldbl-opt/
nldbl-vsyslog.c
       1  #include "nldbl-compat.h"
       2  
       3  attribute_hidden
       4  void
       5  vsyslog (int pri, const char *fmt, va_list ap)
       6  {
       7    __nldbl_vsyslog (pri, fmt, ap);
       8  }