This is an archive of the discontinued LLVM Phabricator instance.

[MIPS] Add missing header for syscall
ClosedPublic

Authored by petarj on Feb 27 2015, 11:36 AM.

Details

Summary

The syscall function itself is declared in <unistd.h>
Compiling compiler-rt with -Werror-implicit-function-declaration will
cause a build failure. This change fixes it.

Diff Detail

Repository
rL LLVM

Event Timeline

petarj updated this revision to Diff 20874.Feb 27 2015, 11:36 AM
petarj retitled this revision from to [MIPS] Add missing header for syscall.
petarj updated this object.
petarj edited the test plan for this revision. (Show Details)
petarj added a subscriber: Unknown Object (MLST).
This revision was automatically updated to reflect the committed changes.