fix for older glibc's

Original commit message from CVS:
fix for older glibc's
This commit is contained in:
Thomas Vander Stichele 2002-08-13 13:56:05 +00:00
parent 1f212d7a8f
commit c1e2b0009b

View file

@ -36,6 +36,10 @@
#include "gstlog.h"
#include "gstutils.h"
/* older glibc's have MAP_ANON instead of MAP_ANONYMOUS */
#ifndef MAP_ANONYMOUS
#define MAP_ANONYMOUS MAP_ANON
#endif
#define STACK_SIZE 0x200000