somake/include/mksh
snow flurry b4596781ea mksh/misc.h: hack for bsd_signal()
For some reason, I wasn't able to get bsd_signal to be exposed by
signal.h, despite using _XOPEN_SOURCE=600 and _GNU_SOURCE/-std=gnu++98.

This hack is close enough. From the man page for bsd_signal(3):

   On modern Linux systems, bsd_signal() and signal(2) are equivalent.
   But on older systems, signal(2) provided unreliable signal semantics;
   see signal(2) for details.
2023-02-27 22:41:28 -08:00
..
defs.h fix Linux compile issues 2016-08-21 23:34:14 +02:00
dosys.h import Sun's dmake from illumos 2016-08-21 23:34:14 +02:00
globals.h import Sun's dmake from illumos 2016-08-21 23:34:14 +02:00
i18n.h import Sun's dmake from illumos 2016-08-21 23:34:14 +02:00
libmksh_init.h import Sun's dmake from illumos 2016-08-21 23:34:14 +02:00
macro.h import Sun's dmake from illumos 2016-08-21 23:34:14 +02:00
misc.h mksh/misc.h: hack for bsd_signal() 2023-02-27 22:41:28 -08:00
mksh.h import Sun's dmake from illumos 2016-08-21 23:34:14 +02:00
read.h import Sun's dmake from illumos 2016-08-21 23:34:14 +02:00