Browse Source

engine: platform: linux: add forgotten _GNU_SOURCE at the top of the file to enable gettid extension

pull/2/head
Alibek Omarov 11 months ago
parent
commit
778b8ede58
  1. 1
      engine/platform/linux/sys_linux.c

1
engine/platform/linux/sys_linux.c

@ -13,6 +13,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the @@ -13,6 +13,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
*/
#define _GNU_SOURCE
#include <time.h>
#include <stdlib.h>
#include <fcntl.h>

Loading…
Cancel
Save