Coverage Report

Created: 2023-06-07 06:38

/src/lldpd/src/compat/setproctitle.c
Line
Count
Source (jump to first uncovered line)
1
/* -*- mode: c; c-file-style: "openbsd" -*- */
2
3
void
4
setproctitle(const char *fmt, ...)
5
0
{
6
  /* Do nothing. */
7
0
}