Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
C
capnproto
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
capnproto
Commits
f015a9c0
Commit
f015a9c0
authored
Aug 21, 2018
by
Oleg Kolosov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Undef DT_UNKNOWN on Android
Fix build error because DTTOIF function is not available.
parent
39c3038c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
filesystem-disk-unix.c++
c++/src/kj/filesystem-disk-unix.c++
+5
-0
No files found.
c++/src/kj/filesystem-disk-unix.c++
View file @
f015a9c0
...
...
@@ -72,6 +72,11 @@ namespace {
#undef SEEK_HOLE
#endif
#if __ANDROID__
// no DTTOIF function
#undef DT_UNKNOWN
#endif
static
void
setCloexec
(
int
fd
)
KJ_UNUSED
;
static
void
setCloexec
(
int
fd
)
{
// Set the O_CLOEXEC flag on the given fd.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment