musl/src/internal
Rich Felker c7d19f9923 restore use of .type in asm, but use modern @function (vs %function)
this seems to be necessary to make the linker accept the functions in
a shared library (perhaps to generate PLT entries?)

strictly speaking libc-internal asm should not need it. i might clean
that up later.
2011-06-14 23:15:08 -04:00
..
i386 restore use of .type in asm, but use modern @function (vs %function) 2011-06-14 23:15:08 -04:00
x86_64 restore use of .type in asm, but use modern @function (vs %function) 2011-06-14 23:15:08 -04:00
futex.h initial check-in, version 0.5.0 2011-02-12 00:22:29 -05:00
libc.c various changes in preparation for dynamic linking support 2011-02-24 16:37:21 -05:00
libc.h fix minor bugs due to incorrect threaded-predicate semantics 2011-04-20 21:41:45 -04:00
locale_impl.h initial check-in, version 0.5.0 2011-02-12 00:22:29 -05:00
pthread_impl.h fix race condition in pthread_kill 2011-06-14 01:35:51 -04:00
stdio_impl.h clean up handling of thread/nothread mode, locking 2011-04-17 16:53:54 -04:00
syscall.c overhaul syscall interface 2011-03-19 18:51:42 -04:00
syscall.h workaround for preprocessor bug in pcc 2011-05-01 22:16:04 -04:00
syscall_ret.c overhaul syscall interface 2011-03-19 18:51:42 -04:00