Skip to content

Commit

Permalink
Take more unnecessary things out of glibc modulemap.
Browse files Browse the repository at this point in the history
This also takes out the last /usr/include/sys that isn't
present on ubuntu 14.04.

Swift SVN r26281
  • Loading branch information
stormbrew committed Mar 18, 2015
1 parent aae8a3e commit c01f032
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions stdlib/private/Glibc/module.map
Original file line number Diff line number Diff line change
Expand Up @@ -56,16 +56,9 @@ module SwiftGlibc [system] {
header "/usr/include/fcntl.h"
export *
}
module sys {
module wait {
header "/usr/include/wait.h"
export *
module types {
header "/usr/include/sys/types.h"
export *
}
module wait {
header "/usr/include/sys/wait.h"
export *
}
}
module unistd {
header "/usr/include/unistd.h"
Expand Down

0 comments on commit c01f032

Please sign in to comment.