Skip to content

Commit

Permalink
Add more s390x definitions
Browse files Browse the repository at this point in the history
This adds more Linux-specific definitions for s390x, to match the
defines provided for other Linux targets.  Many of these will be
required to build std, rustc, and cargo.

In addition, this changes the type of sigaction.sa_flags to "int"
to match current glibc after this bug fix was applied:
https://sourceware.org/bugzilla/show_bug.cgi?id=16713

Some other (cosmetic) changes to bring types in line with the
exact types used in the glibc headers (e.g. ino64_t instead
of ino_t in statfs64).

Signed-off-by: Ulrich Weigand <ulrich.weigand@de.ibm.com>
  • Loading branch information
uweigand committed Sep 7, 2016
1 parent 44ed487 commit 38569c7
Showing 1 changed file with 460 additions and 10 deletions.
Loading

0 comments on commit 38569c7

Please sign in to comment.