]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Include alpha.gcc ifdef HAVE_ASSEM_ALPHA_GCC.
authorUlrich Drepper <drepper@redhat.com>
Fri, 17 Mar 2000 18:27:56 +0000 (18:27 +0000)
committerUlrich Drepper <drepper@redhat.com>
Fri, 17 Mar 2000 18:27:56 +0000 (18:27 +0000)
db2/mutex/mutex.c

index de0d0e23fe251512e2944844e3d3c49b7f72ca3c..c77e3ba531153edb229b8722b3882cd63343c1c4 100644 (file)
@@ -86,6 +86,10 @@ static const char sccsid[] = "@(#)mutex.c    10.48 (Sleepycat) 5/23/98";
 #include "sparc.gcc"
 #endif
 
+#ifdef HAVE_ASSEM_ALPHA_GCC
+#include "alpha.gcc"
+#endif
+
 #ifdef HAVE_ASSEM_UTS4_CC
 #define TSL_INIT(x)
 #define TSL_SET(x)     (!uts_lock(x, 1))