NetBSD/lib/librumphijack
mrg f8570f8a97 fix simple mis-matched function prototype and definitions.
most of these are like, eg

   void foo(int[2]);

with either of these

   void foo(int*) { ... }
   void foo(int[]) { ... }

in some cases (such as stat or utimes* calls found in our header files),
we now match standard definition from opengroup.

found by GCC 12.
2023-08-01 07:04:14 +00:00
..
Makefile Force at most partial RELRO for rump_server and related libraries 2021-11-01 21:37:32 +00:00
hijack.c fix simple mis-matched function prototype and definitions. 2023-08-01 07:04:14 +00:00
hijack.h
hijackdlsym.c
rumphijack.3 Add an option "modctl" to capture modctl(). 2018-12-16 14:03:37 +00:00
shlib_version