compiler/clib/include/strings.h: deprecated POSIX functions implemented as static...
commite3ddd093aa31ee5986da82bd09ab96d72e989626
authorverhaegs <verhaegs@fb15a70f-31f2-0310-bbcc-cdcc74a49acc>
Tue, 12 Jun 2012 22:18:01 +0000 (12 22:18 +0000)
committerverhaegs <verhaegs@fb15a70f-31f2-0310-bbcc-cdcc74a49acc>
Tue, 12 Jun 2012 22:18:01 +0000 (12 22:18 +0000)
tree253e2388e218979ade3aa7538f4552880a7bb829
parent704ba5c685295e916d1eecf8fabddd119254b0e2
compiler/clib/include/strings.h: deprecated POSIX functions implemented as static inline functions

bcmp(), bzero(), bcopy(), index(), rindex() have been removed from POSIX.1-2008.
They are now implemented as static inline function using C99 counterparts.
Function removed from arosc.static

git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@45012 fb15a70f-31f2-0310-bbcc-cdcc74a49acc
compiler/clib/bcmp.c
compiler/clib/bcopy.c
compiler/clib/bzero.c
compiler/clib/include/_strings.h
compiler/clib/mmakefile.src