diff options
author | Rich Felker <dalias@aerifal.cx> | 2020-06-02 21:40:05 -0400 |
---|---|---|
committer | Rich Felker <dalias@aerifal.cx> | 2020-06-02 21:40:05 -0400 |
commit | 135c94f097c8a82ba29cc184b1ee6a9a69da04ed (patch) | |
tree | da08ac8882d1518f289d243bb21a1e263a02b4f7 | |
parent | cee88b76f72c826cc3d3360b853a3cf2ec472fd2 (diff) | |
download | musl-135c94f097c8a82ba29cc184b1ee6a9a69da04ed.tar.gz musl-135c94f097c8a82ba29cc184b1ee6a9a69da04ed.tar.bz2 musl-135c94f097c8a82ba29cc184b1ee6a9a69da04ed.tar.xz musl-135c94f097c8a82ba29cc184b1ee6a9a69da04ed.zip |
move malloc_impl.h from src/internal to src/malloc
this reflects that it is no longer intended for consumption outside of
the malloc implementation.
-rw-r--r-- | src/malloc/malloc_impl.h (renamed from src/internal/malloc_impl.h) | 0 |
1 files changed, 0 insertions, 0 deletions
diff --git a/src/internal/malloc_impl.h b/src/malloc/malloc_impl.h index 2c61b3ff..2c61b3ff 100644 --- a/src/internal/malloc_impl.h +++ b/src/malloc/malloc_impl.h |