Skip to content

Commit

Permalink
[libcrystax] Add eventfd API into libcrystax
Browse files Browse the repository at this point in the history
Signed-off-by: Dmitry Moskalchuk <dm@crystax.net>
  • Loading branch information
dmsck committed Aug 19, 2015
1 parent 54dab15 commit 536bbe7
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions sources/crystax/bin/gen-bionic-sources
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,16 @@ g.add "libc/arch-mips64/syscalls/fcntl.S", fixup: "redefine_fcntl"
g.add "libc/arch-x86/syscalls/__fcntl64.S", fixup: "redefine_fcntl64"
g.add "libc/arch-x86_64/syscalls/fcntl.S", fixup: "redefine_fcntl"

# eventfd
g.add "libc/arch-arm/syscalls/eventfd.S"
g.add "libc/arch-arm64/syscalls/eventfd.S"
g.add "libc/arch-mips/syscalls/eventfd.S"
g.add "libc/arch-mips64/syscalls/eventfd.S"
g.add "libc/arch-x86/syscalls/eventfd.S"
g.add "libc/arch-x86_64/syscalls/eventfd.S"
g.add "libc/bionic/eventfd_read.cpp"
g.add "libc/bionic/eventfd_write.cpp"

# sysconf
g.add "libc/bionic/sysconf.cpp"
g.add "libc/bionic/sysinfo.cpp"
Expand Down

0 comments on commit 536bbe7

Please sign in to comment.