Skip to content

Commit

Permalink
perf(libc): remove nostdinc
Browse files Browse the repository at this point in the history
Signed-off-by: Zone.N <[email protected]>
  • Loading branch information
MRNIU committed May 17, 2023
1 parent ad04e15 commit ae904e2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 56 deletions.
55 changes: 0 additions & 55 deletions src/libcxx/include/new

This file was deleted.

2 changes: 1 addition & 1 deletion src/libcxx/src/new.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* </table>
*/

#include "new"
#include "cstddef"

// TODO
void* operator new(size_t) {
Expand Down

0 comments on commit ae904e2

Please sign in to comment.