mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-03-15 22:32:35 +00:00
Remove usage of sys/unistd.h
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6788 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
dccb6d017b
commit
ed4775a3c1
@ -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