freebsd-dev/lib/libcasper/libcasper
Mariusz Zaborski d2ceee38ca casper: convert macros to inline functions
In libcasper, the first argument to the function is a structure that
represents a connection to Casper. On systems without Casper, macros
are used to interpose the Casper functions to standard libc ones.
This may cause errors/warnings that the variable is not used.
With the inline function, there is no such problem.

I omitted this file in: 8c121177f0
2021-01-12 19:40:45 +01:00
..
libcasper_impl.c Add SPDX tags for libcasper(3) and services. 2018-01-27 12:55:34 +00:00
libcasper_impl.h Introduce channel flags in libcasper. 2018-02-17 12:22:29 +00:00
libcasper_service.3 Fix trailing-comma-related typos in the tree when the Xr macro is used 2020-06-27 11:13:45 +00:00
libcasper_service.c libcasper: do not run registered exit functions 2019-01-26 14:10:49 +00:00
libcasper_service.h Introduce channel flags in libcasper. 2018-02-17 12:22:29 +00:00
libcasper.3 capser: add cap_net to the list of services 2021-01-03 16:55:35 +01:00
libcasper.c Fix comments. 2018-10-24 00:17:19 +00:00
libcasper.h casper: convert macros to inline functions 2021-01-12 19:40:45 +01:00
Makefile pkgbase: Move libcap_ to FreeBSD-runtime 2019-09-05 14:10:26 +00:00
Makefile.depend Update Makefile.depend files 2019-12-11 17:37:53 +00:00
service.c libcasper: do not run registered exit functions 2019-01-26 14:10:49 +00:00
zygote.c libcasper: do not run registered exit functions 2019-01-26 14:10:49 +00:00
zygote.h Add SPDX tags for libcasper(3) and services. 2018-01-27 12:55:34 +00:00