Date: Sun, 28 Apr 2019 03:37:27 GMT From: Mayuresh Kathe <mayuresh@sdf.org> To: freebsd-questions@freebsd.org Subject: system calls in a library Message-ID: <201904280337.x3S3bR25017504@sdf.org>
next in thread | raw e-mail | index | archive | help
from previous discussions on this list, i know that the system interfaces exposed by the freebsd kernel are also included and exposed via libc, in addition to the standard c library functions. did i get that right? if yes, is it possible to expose those kernel system interfaces via a c++ library? but one which is devoid of c++ library functions? which in the case of freebsd is included in something like libstdcpp? please correct me if and where i am wrong. thanks.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201904280337.x3S3bR25017504>