Skip to content
Snippets Groups Projects
Commit 1a034d47 authored by Petr Rockai's avatar Petr Rockai
Browse files

libc: Use cdefs.h macros instead of spelling out annotations on memmove().

parent 82fe0a11
No related branches found
No related tags found
No related merge requests found
...@@ -10,8 +10,7 @@ ...@@ -10,8 +10,7 @@
#ifndef REGTEST #ifndef REGTEST
__attribute__((__annotate__("lart.interrupt.skipcfl"))) __link_always __skipcfl
__attribute__((__annotate__("divine.link.always")))
void * memmove( void * s1, const void * s2, size_t n ) void * memmove( void * s1, const void * s2, size_t n )
{ {
char *dest = ( char * ) s1; char *dest = ( char * ) s1;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment