Skip to content

Commit

Permalink
x11-libs/gdk-pixbuf: extend non-glibc fix to uclibc
Browse files Browse the repository at this point in the history
Gentoo-Bug: 563052

Package-Manager: portage-2.2.20.1
  • Loading branch information
blueness committed Oct 14, 2015
1 parent 5124966 commit 3d328b7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ index ae71788..9e9571f 100644
#include <time.h>
#include <string.h>

+#ifdef __GLIBC__
+#if defined(__GLIBC__) && !defined(__UCLIBC__)
#define PRETEND_MEM_SIZE (16 * 1024 * 1024)
#define REMAINING_MEM_SIZE 100000

Expand Down

0 comments on commit 3d328b7

Please sign in to comment.