mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-21 21:11:36 +00:00
Remove usage of sys/unistd.h
llvm-svn: 6788
This commit is contained in:
parent
daebdb2358
commit
ef97ca721a
@ -8,7 +8,6 @@
|
||||
#include "Support/CommandLine.h"
|
||||
#include <sys/resource.h>
|
||||
#include <sys/time.h>
|
||||
#include <sys/unistd.h>
|
||||
#include <unistd.h>
|
||||
#ifndef __FreeBSD__
|
||||
#include <malloc.h>
|
||||
|
@ -14,7 +14,7 @@
|
||||
#include <stdio.h>
|
||||
#include <sys/resource.h>
|
||||
#include <sys/time.h>
|
||||
#include <sys/unistd.h>
|
||||
#include <unistd.h>
|
||||
#include <set>
|
||||
|
||||
// IncludeFile - Stub function used to help linking out.
|
||||
|
@ -8,7 +8,6 @@
|
||||
#include "Support/CommandLine.h"
|
||||
#include <sys/resource.h>
|
||||
#include <sys/time.h>
|
||||
#include <sys/unistd.h>
|
||||
#include <unistd.h>
|
||||
#ifndef __FreeBSD__
|
||||
#include <malloc.h>
|
||||
|
Loading…
x
Reference in New Issue
Block a user