From 1c0cc775732201f4c4d3ee0d6772be786b3b4aa1 Mon Sep 17 00:00:00 2001 From: Uneven Prankster Date: Sun, 15 Oct 2023 21:28:29 -0300 Subject: A lot has certainly happened! --- tinycc/lib/dsohandle.c | 1 - 1 file changed, 1 deletion(-) delete mode 100644 tinycc/lib/dsohandle.c (limited to 'tinycc/lib/dsohandle.c') diff --git a/tinycc/lib/dsohandle.c b/tinycc/lib/dsohandle.c deleted file mode 100644 index 0993dbc..0000000 --- a/tinycc/lib/dsohandle.c +++ /dev/null @@ -1 +0,0 @@ -void * __dso_handle __attribute((visibility("hidden"))) = &__dso_handle; -- cgit v1.2.3