summaryrefslogtreecommitdiffhomepage
path: root/public/frameworks/LaunchHelpers.fwrk/src/DylibMain.cc
blob: 99eebd2614bb87ac89790698a1d5564fc6f22961 (plain)
1
2
3
4
5
#include <libSystem/SystemKit/System.h>

SInt32 _DylibAttach(SInt32 argc, Char* argv[]) {
  return EXIT_FAILURE;
}