# --- T2-COPYRIGHT-BEGIN --- # t2/package/*/avifile/hotfix-glibc2.3.4.patch # Copyright (C) 2004 - 2026 The T2 SDE Project # SPDX-License-Identifier: GPL-2.0 or patched project license # --- T2-COPYRIGHT-END --- Some invalid assumptions that fail since glibc-2.3.4. - Rene Rebe --- ./include/utils.h.orig 2002-09-24 09:19:22.000000000 +0200 +++ ./include/utils.h 2005-01-06 19:48:45.122345888 +0100 @@ -4,6 +4,9 @@ #include "avm_default.h" #include "formats.h" +#undef __THROW +#define __THROW + /** * Utility functions. * plain C functions are here