Opinions expressed are solely my own and do not express the views or opinions of my employer How to wrap a system call (libc function) in Linux Sep 5, 2014 · 8 minute read · Comments LinuxGeekyProgrammingCSystem call For one of my research projects I had to wrap linux system calls and redirect them to another thread. In Linux system calls are not invoked directly, but rather via wrapper functions