bionic/libc/unistd
Ben Cheng 08b51e2c09 Implement the "abort" stub in assembly for ARM.
So that we can always get the full stack trace regardless of gcc's handling
of the "noreturn" attribute associated with abort().

[cherry-picked from master]

BUG:6455193
Change-Id: I0102355f5bf20e636d3feab9d1424495f38e39e2
2012-05-08 14:39:35 -07:00
..
abort.c Implement the "abort" stub in assembly for ARM. 2012-05-08 14:39:35 -07:00
alarm.c libc: update alarm() implementation to return 0 on error. 2010-07-08 17:20:29 -07:00
brk.c auto import from //depot/cupcake/@135843 2009-03-03 19:28:35 -08:00
charclass.h fnmatch.c: Update to version in OpenBSD HEAD 2012-03-21 09:53:05 -07:00
creat.c auto import from //depot/cupcake/@135843 2009-03-03 19:28:35 -08:00
daemon.c auto import from //depot/cupcake/@135843 2009-03-03 19:28:35 -08:00
eventfd.c libc: add <sys/eventfd.h> and corresponding implementations. 2010-09-28 09:20:37 +02:00
exec.c execvp: bcopy() is deprecated. Use memcpy() instead 2012-01-14 11:22:36 +08:00
fcntl.c auto import from //depot/cupcake/@135843 2009-03-03 19:28:35 -08:00
fnmatch.c fnmatch.c: Update to version in OpenBSD HEAD 2012-03-21 09:53:05 -07:00
fstatfs.c libc: fix fstatfs() implementation. 2010-07-08 16:52:27 -07:00
ftime.c auto import from //depot/cupcake/@135843 2009-03-03 19:28:35 -08:00
ftok.c auto import from //depot/cupcake/@135843 2009-03-03 19:28:35 -08:00
getcwd.c bionic: fix NULL parameter failure in getcwd() 2012-04-16 23:35:05 +08:00
getdtablesize.c auto import from //depot/cupcake/@135843 2009-03-03 19:28:35 -08:00
gethostname.c Fix spurious DNS lookups in the C library. 2010-03-08 15:22:13 -08:00
getopt_long.c auto import from //depot/cupcake/@135843 2009-03-03 19:28:35 -08:00
getpgrp.c auto import from //depot/cupcake/@135843 2009-03-03 19:28:35 -08:00
getpriority.c auto import from //depot/cupcake/@135843 2009-03-03 19:28:35 -08:00
getpt.c auto import from //depot/cupcake/@135843 2009-03-03 19:28:35 -08:00
initgroups.c auto import from //depot/cupcake/@135843 2009-03-03 19:28:35 -08:00
isatty.c auto import from //depot/cupcake/@135843 2009-03-03 19:28:35 -08:00
issetugid.c auto import from //depot/cupcake/@135843 2009-03-03 19:28:35 -08:00
killpg.c Add killpg function 2010-01-15 16:27:04 -08:00
lseek64.c libc: make lseek64 proto be glibc compatible (loff_t -> off64_t) 2010-08-06 11:47:29 -07:00
mmap.c bionic: pass MADV_MERGEABLE on private & anonymous mmaps 2012-03-21 13:21:33 -07:00
nice.c auto import from //depot/cupcake/@135843 2009-03-03 19:28:35 -08:00
open.c enable support for large files (> 2G) 2011-07-05 15:36:43 +03:00
openat.c enable support for large files (> 2G) 2011-07-05 15:36:43 +03:00
opendir.c readdir: fix interface to kernel getdents64 function 2011-12-19 09:38:48 -08:00
pathconf.c pathconf: dead loop in bionic function __2_symlinks 2011-12-07 09:47:20 -08:00
perror.c auto import from //depot/cupcake/@135843 2009-03-03 19:28:35 -08:00
popen.c libc: popen: work around data corruption 2011-09-17 15:22:21 -07:00
pread.c libc: Add ftruncate64 and improve 64-bit parameter syscall handling. 2010-12-16 17:04:41 +01:00
pselect.c auto import from //depot/cupcake/@135843 2009-03-03 19:28:35 -08:00
ptsname_r.c Fix ptsname_r(3) return type to match glibc 2010-01-12 12:58:12 -08:00
ptsname.c auto import from //depot/cupcake/@135843 2009-03-03 19:28:35 -08:00
pwrite.c libc: Add ftruncate64 and improve 64-bit parameter syscall handling. 2010-12-16 17:04:41 +01:00
raise.c raise: Send signal to current thread 2011-01-21 11:39:15 -08:00
reboot.c auto import from //depot/cupcake/@135843 2009-03-03 19:28:35 -08:00
recv.c auto import from //depot/cupcake/@135843 2009-03-03 19:28:35 -08:00
sbrk.c auto import from //depot/cupcake/@135843 2009-03-03 19:28:35 -08:00
send.c auto import from //depot/cupcake/@135843 2009-03-03 19:28:35 -08:00
setegid.c auto import from //depot/cupcake/@135843 2009-03-03 19:28:35 -08:00
seteuid.c Remove compiler warnings when building Bionic. 2010-06-22 17:51:41 -07:00
setpgrp.c auto import from //depot/cupcake/@135843 2009-03-03 19:28:35 -08:00
setresuid.c Remove compiler warnings when building Bionic. 2010-06-22 17:51:41 -07:00
setreuid.c Remove compiler warnings when building Bionic. 2010-06-22 17:51:41 -07:00
setuid.c Remove compiler warnings when building Bionic. 2010-06-22 17:51:41 -07:00
sigblock.c Use sigemptyset to initialise sigset_t values. 2011-03-14 12:15:22 -07:00
siginterrupt.c auto import from //depot/cupcake/@135843 2009-03-03 19:28:35 -08:00
siglist.c Add the BSD sys_signame array. 2009-11-05 15:50:05 -08:00
signal.c auto import from //depot/cupcake/@135843 2009-03-03 19:28:35 -08:00
signame.c Add the BSD sys_signame array. 2009-11-05 15:50:05 -08:00
sigsetmask.c Use sigemptyset to initialise sigset_t values. 2011-03-14 12:15:22 -07:00
sigsuspend.c auto import from //depot/cupcake/@135843 2009-03-03 19:28:35 -08:00
sigwait.c auto import from //depot/cupcake/@135843 2009-03-03 19:28:35 -08:00
sleep.c auto import from //depot/cupcake/@135843 2009-03-03 19:28:35 -08:00
socketcalls.c added syscalls for SuperH which automatically generate by gensyscalls.py 2009-07-01 15:35:27 +09:00
statfs.c auto import from //depot/cupcake/@135843 2009-03-03 19:28:35 -08:00
strsignal.c auto import from //depot/cupcake/@135843 2009-03-03 19:28:35 -08:00
sysconf.c libc: Fix sem_post() implementation to wake up all waiting threads. 2010-07-02 15:09:57 -07:00
syslog.c auto import from //depot/cupcake/@135843 2009-03-03 19:28:35 -08:00
system.c auto import from //depot/cupcake/@135843 2009-03-03 19:28:35 -08:00
tcgetpgrp.c auto import from //depot/cupcake/@135843 2009-03-03 19:28:35 -08:00
tcsetpgrp.c auto import from //depot/cupcake/@135843 2009-03-03 19:28:35 -08:00
time.c am 2be3f09f: Merge "time: Improve C99 compliance" 2011-06-23 10:01:11 -07:00
umount.c auto import from //depot/cupcake/@135843 2009-03-03 19:28:35 -08:00
unlockpt.c auto import from //depot/cupcake/@135843 2009-03-03 19:28:35 -08:00
usleep.c Fix usleep(3) return type to be POSIX-compliant. 2009-12-14 17:07:19 -08:00
wait.c libc: Add missing waitid() implementation. 2010-09-28 09:18:26 +02:00