aboutsummaryrefslogtreecommitdiffstats
path: root/code/game
diff options
context:
space:
mode:
authortma <tma@edf5b092-35ff-0310-97b2-ce42778d08ea>2005-09-25 22:04:51 +0000
committertma <tma@edf5b092-35ff-0310-97b2-ce42778d08ea>2005-09-25 22:04:51 +0000
commit4a17650af74aa4b90c0c258d3aedff49ab2ac60b (patch)
tree63833dadee0795214a880808bae36c7081aaf430 /code/game
parent2202e36a35f4534b340b45b876482b1f6bf2a955 (diff)
downloadioquake3-aero-4a17650af74aa4b90c0c258d3aedff49ab2ac60b.tar.gz
ioquake3-aero-4a17650af74aa4b90c0c258d3aedff49ab2ac60b.zip
* FreeBSD fixes/updates from Andreas Kohn
git-svn-id: svn://svn.icculus.org/quake3/trunk@107 edf5b092-35ff-0310-97b2-ce42778d08ea
Diffstat (limited to 'code/game')
-rw-r--r--code/game/q_shared.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/code/game/q_shared.h b/code/game/q_shared.h
index 4b4fa31..c3a803c 100644
--- a/code/game/q_shared.h
+++ b/code/game/q_shared.h
@@ -476,7 +476,7 @@ void *Hunk_AllocDebug( int size, ha_pref preference, char *label, char *file, in
void *Hunk_Alloc( int size, ha_pref preference );
#endif
-#ifdef __linux__
+#if defined(__GNUC__)
// https://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=371
// custom Snd_Memset implementation for glibc memset bug workaround
void Snd_Memset (void* dest, const int val, const size_t count);