diff options
Diffstat (limited to 'lib/libc/arch/m68k/string/strchr.S')
-rw-r--r-- | lib/libc/arch/m68k/string/strchr.S | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libc/arch/m68k/string/strchr.S b/lib/libc/arch/m68k/string/strchr.S new file mode 100644 index 00000000000..e603668efe5 --- /dev/null +++ b/lib/libc/arch/m68k/string/strchr.S @@ -0,0 +1,2 @@ +#define STRCHR +#include "index.S" |