[PATCH] Fix alpha build with mq_* support, [BZ #231]

Jakub Jelinek jakub@redhat.com
Mon Jun 21 21:57:00 GMT 2004


Hi!

Can you please try this patch?

2004-06-21  Jakub Jelinek  <jakub@redhat.com>

	[BZ #231]
	* sysdeps/unix/alpha/Makefile: New file.
	* sysdeps/unix/alpha/rt-sysdep.S: New file.
	Reported by Jakub Bogusz <qboosh@pld-linux.org>.

--- libc/sysdeps/unix/alpha/rt-sysdep.S.jj	2004-06-21 23:53:45.885782805 +0200
+++ libc/sysdeps/unix/alpha/rt-sysdep.S	2004-04-18 04:28:40.000000000 +0200
@@ -0,0 +1 @@
+#include <sysdep.S>
--- libc/sysdeps/unix/alpha/Makefile.jj	2004-06-21 23:53:52.527592506 +0200
+++ libc/sysdeps/unix/alpha/Makefile	2004-06-21 23:53:56.979794613 +0200
@@ -0,0 +1,3 @@
+ifeq ($(subdir),rt)
+librt-routines += rt-sysdep
+endif

	Jakub



More information about the Libc-hacker mailing list