Browse Source

Merge pull request #951 from philix:no_pthread

PiperOrigin-RevId: 412965575
main
Victor Costan 2 years ago
parent
commit
6124f47490
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      util/env_posix.cc

+ 0
- 1
util/env_posix.cc View File

@ -4,7 +4,6 @@
#include <dirent.h> #include <dirent.h>
#include <fcntl.h> #include <fcntl.h>
#include <pthread.h>
#include <sys/mman.h> #include <sys/mman.h>
#ifndef __Fuchsia__ #ifndef __Fuchsia__
#include <sys/resource.h> #include <sys/resource.h>

Loading…
Cancel
Save