From fd5a9b87e47bc072aa63fcaf5735232a37338303 Mon Sep 17 00:00:00 2001 From: Miguel Date: Sun, 2 Sep 2018 15:47:29 +0200 Subject: cleanup filenames --- newlib/crt0.h | 1 + newlib/syscalls.h | 1 + 2 files changed, 2 insertions(+) create mode 100644 newlib/crt0.h create mode 100644 newlib/syscalls.h (limited to 'newlib') diff --git a/newlib/crt0.h b/newlib/crt0.h new file mode 100644 index 0000000..40a8c17 --- /dev/null +++ b/newlib/crt0.h @@ -0,0 +1 @@ +/* empty */ diff --git a/newlib/syscalls.h b/newlib/syscalls.h new file mode 100644 index 0000000..40a8c17 --- /dev/null +++ b/newlib/syscalls.h @@ -0,0 +1 @@ +/* empty */ -- cgit v1.2.3