June 8, 2012
10:32 p.m.
On Fri, Jun 8, 2012 at 12:11 PM, J.Hwan Kim <frog1120@gmail.com> wrote:
Hi, everyone
Is memcpy a system call?
"Use the force, read the source" uclibc: http://git.uclibc.org/uClibc/tree/libc/string/generic/memcpy.c glibc: http://sourceware.org/git/?p=glibc.git;a=blob;f=string/memcpy.c;h=e167e85d7b... Which means: No, memcpy (meaning the userspace function that gets included by "string.h") is *not* a system call. Hope this helps, Ezequiel.