Browse Source

Replace deprecated _BSD_SOURCE with _DEFAULT_SOURCE

master
Aitor 3 months ago
parent
commit
52148fd795
  1. 2
      os/linux.h

2
os/linux.h

@ -21,7 +21,7 @@
#ifndef _PSTAT_OS_LINUX_H_
#define _PSTAT_OS_LINUX_H_
#define _BSD_SOURCE
#define _DEFAULT_SOURCE
#include "common.h"
#include <unistd.h>

Loading…
Cancel
Save