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

5 comments on commit 987ad9c

@bors
Copy link
Contributor

@bors bors commented on 987ad9c May 5, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@bors
Copy link
Contributor

@bors bors commented on 987ad9c May 5, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

merging yichoi/rust/glob-dummy-pull = 987ad9c into auto

@bors
Copy link
Contributor

@bors bors commented on 987ad9c May 5, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yichoi/rust/glob-dummy-pull = 987ad9c merged ok, testing candidate = 29a2a1e

@bors
Copy link
Contributor

@bors bors commented on 987ad9c May 5, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@bors
Copy link
Contributor

@bors bors commented on 987ad9c May 5, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fast-forwarding incoming to auto = 29a2a1e

Please sign in to comment.