diff options
author | Rich Felker <dalias@aerifal.cx> | 2020-06-03 19:07:38 -0400 |
---|---|---|
committer | Rich Felker <dalias@aerifal.cx> | 2020-06-03 19:07:38 -0400 |
commit | de798308e8a06608bb5a184dc209002ae1e0a142 (patch) | |
tree | 00e3d1927ba97534cd6881ffccfa1625d876d13f /src/malloc/aligned_alloc.c | |
parent | remove stale document from malloc src directory (diff) | |
download | grovel-de798308e8a06608bb5a184dc209002ae1e0a142.tar.gz grovel-de798308e8a06608bb5a184dc209002ae1e0a142.tar.xz |
rename aligned_alloc source file
this is the first step of swapping the name of the actual
implementation to aligned_alloc while preserving history follow.
Diffstat (limited to '')
-rw-r--r-- | src/malloc/memalign_altname.c (renamed from src/malloc/aligned_alloc.c) | 0 |
1 files changed, 0 insertions, 0 deletions
diff --git a/src/malloc/aligned_alloc.c b/src/malloc/memalign_altname.c index b6143f30..b6143f30 100644 --- a/src/malloc/aligned_alloc.c +++ b/src/malloc/memalign_altname.c |