Skip to content

Commit 47a9146

Browse files
committed
Remove unused include of sys/user.h
The include of sys/user.h is not needed; it is a leftover from the initial linux port. Eliminating it avoids a build problem for the Swift dispatch overlay on ubuntu 14.04 powerpc64le because the content of sys/user.h confuses the clang module importer when it attempts to import CDispatch.
1 parent 3767ac7 commit 47a9146

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

os/linux_base.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
#ifndef __OS_LINUX_BASE__
1414
#define __OS_LINUX_BASE__
1515

16-
#include <sys/user.h>
1716
#include <sys/param.h>
1817

1918
#if __GNUC__

0 commit comments

Comments
 (0)