bionic/libc/arch-x86
Irina Tirdea 1ad10a566e Add getsid system call to bionic
Add getsid() system call to bionic for
all architectures. This is needed for various tools
(e.g. perf).

Adding the getsid system call was done in 3 steps:
() add getsid 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.
() add the system call signature to libc/include/unistd.h

Change-Id: Id69a257e13ec02e1a44085a6b217a3f19ab025b1
Signed-off-by: Irina Tirdea <irina.tirdea@intel.com>
2012-09-03 01:38:34 +03:00
..
bionic enable clone system call for x86 2012-08-15 17:04:50 -07:00
include Remove an awkward #include that is no longer upstream. 2012-08-02 18:12:36 -07:00
string Use unambiguous mnemonics 2012-08-21 15:28:23 -04:00
syscalls Add getsid system call to bionic 2012-09-03 01:38:34 +03:00
syscalls.mk Add getsid system call to bionic 2012-09-03 01:38:34 +03:00