summaryrefslogtreecommitdiffstats
path: root/src/detection/initsystem/initsystem_nosupport.c
blob: e8ccb8e16c7defe99524478870084831e16dd17e (plain) (blame)
1
2
3
4
5
#include "initsystem.h"

const char* ffDetectInitSystem(FF_A_UNUSED FFInitSystemResult* result) {
    return "Not supported on this platform";
}