]> git.pld-linux.org Git - packages/dietlibc.git/commitdiff
updated memalign patch; rel 1 auto/th/dietlibc-0.34-1
authorJan Palus <atler@pld-linux.org>
Sat, 2 May 2020 16:24:19 +0000 (18:24 +0200)
committerJan Palus <atler@pld-linux.org>
Sat, 2 May 2020 16:24:19 +0000 (18:24 +0200)
dietlibc-memalign.patch
dietlibc.spec

index 4c93cd77a7db8a25c593c8b267eaeb330f2c1f88..b3c168cbfdf3212ea54da8a29257407644857e52 100644 (file)
@@ -117,5 +117,5 @@ diff -ur dietlibc-0.31/lib/alloc.c dietlibc-0.31-memalign/lib/alloc.c
 +}
 +
 +void * valloc (size_t size) {
-+      return memalign(__DIET_PAGE_SIZE, size);
++      return memalign(PAGE_SIZE, size);
 +}
index 9b00464c9e19f7eeb4e8ce3f0a8904a9d014f5da..e8045a767ca9ca64be5ee3721af2cfb757f88fac 100644 (file)
@@ -11,7 +11,7 @@ Summary(pl.UTF-8):    Biblioteka standardowa C zoptymalizowana na rozmiar
 Summary(pt_BR.UTF-8):  libc pequena otimizada para tamanho
 Name:          dietlibc
 Version:       0.34
-Release:       0.1
+Release:       1
 Epoch:         2
 License:       GPL v2
 Group:         Development/Libraries
This page took 0.070384 seconds and 4 git commands to generate.