bionic/libc/arch-mips
Rom Lemarchand 0c11611c11 Add signalfd call to bionic
Add signalfd() call to bionic.

Adding the signalfd call was done in 3 steps:
- add signalfd4 system call (function name and syscall
  number) to libc/SYSCALLS.TXT
- generate all necessary headers by calling
  libc/tools/gensyscalls.py. This patch is adding
  the generated files since the build system
  does not call gensyscalls.py.
- create the signalfd wrapper in signalfd.cpp and add
  the function prototype to sys/signalfd.h

Change-Id: I7ee1d3e60d5d3e1c73d9820e07d23b9ce6e1a5ab
2013-01-10 10:25:42 -08:00
..
bionic Revert "libc: Provide ucontext_t/mcontext_t/<sys/ucontext.h>" 2012-10-17 19:10:11 +02:00
include/machine Fix <endian.h> and <sys/endian.h>. 2012-12-11 16:17:33 -08:00
string MIPS support for libc. 2012-08-02 16:07:26 -07:00
syscalls Add signalfd call to bionic 2013-01-10 10:25:42 -08:00
syscalls.mk Add signalfd call to bionic 2013-01-10 10:25:42 -08:00