4#include <rudiments/private/dll.h>
5#include <rudiments/private/inttypes.h>
8#ifdef RUDIMENTS_ENOSYS_NOTIFY
10 #include <rudiments/stdio.h>
13 #define RUDIMENTS_CURRENT_FUNCTION __PRETTY_FUNCTION__
15 #define RUDIMENTS_CURRENT_FUNCTION __FUNCTION__
19 #define RUDIMENTS_SET_ENOSYS \
21 error::setErrorNumber(ENOSYS); \
22 stderror.printf("warning: %s set ENOSYS\n", \
23 RUDIMENTS_CURRENT_FUNCTION); \
28 #define RUDIMENTS_SET_ENOSYS \
29 error::setErrorNumber(ENOSYS);