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
..
2012-04-25 09:57:32 -07:00
2012-12-07 14:13:23 -08:00
2011-11-28 13:42:50 -08:00
2012-06-12 15:46:31 -07:00
2012-06-11 14:16:21 -07:00
2012-03-15 21:59:01 -07:00
2012-04-06 19:25:25 -07:00
2011-08-23 10:29:30 -04:00
2012-07-19 07:26:26 -07:00
2012-01-17 13:03:11 -08:00
2012-06-12 15:46:31 -07:00
2013-01-10 10:25:42 -08:00
2012-02-28 14:04:57 -08:00
2012-08-16 11:56:11 -07:00
2012-06-13 21:58:08 -07:00