Is mmap a system call or a library function

In the linux source code, the system call prototype starts with sys_. mmap, brk, etc. are all library functions after the system call is packaged.

Guess you like

Origin blog.csdn.net/qq_41634872/article/details/110147520