Make relibc (except libm) pure Rust

This commit is contained in:
4lDO2
2024-01-11 13:08:06 +00:00
committed by Jeremy Soller
parent 49ee2f0593
commit 5630b6e0df
30 changed files with 281 additions and 804 deletions
-2
View File
@@ -1,6 +1,4 @@
#ifndef _BITS_SYS_PTRACE_H
#define _BITS_SYS_PTRACE_H
int ptrace(int request, ...);
#endif