Skip to content

Commit

Permalink
rt: rust_android_dummy.cpp fix for make tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
yichoi committed May 5, 2013
1 parent 7ac6571 commit 987ad9c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/rt/rust_android_dummy.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,10 @@ extern "C" void tgammaf()
{
}

extern "C" int glob(const char *pattern, int flags, int (*errfunc) (const char *epath, int eerrno), glob_t *pglob)
extern "C" int glob(const char *pattern,
int flags,
int (*errfunc) (const char *epath, int eerrno),
glob_t *pglob)
{
return 0;
}
Expand Down

0 comments on commit 987ad9c

Please sign in to comment.