mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-01-17 03:49:46 +08:00
320a1e7412
* libc/sys/arm/libcfuncs.c (do_AngelSWI): Delete. * libc/sys/arm/swi.h: Copy over from libgloss.
16 lines
396 B
C
16 lines
396 B
C
/* Support files for GNU libc. Files in the C namespace go here.
|
|
Files in the system namespace (ie those that start with an underscore)
|
|
go in syscalls.c.
|
|
|
|
Note: These functions are in a seperate file so that OS providers can
|
|
overrride the system call stubs (defined in syscalls.c) without having
|
|
to provide libc funcitons as well. */
|
|
#include "swi.h"
|
|
|
|
|
|
|
|
void
|
|
alarm (void)
|
|
{
|
|
}
|