[Glibc-bsd-commits] r4595 - trunk/glibc-ports/kfreebsd/fbtl

Petr Salinger ps-guest at alioth.debian.org
Mon Jul 8 12:43:17 UTC 2013


Author: ps-guest
Date: 2013-06-23 17:55:32 +0000 (Sun, 23 Jun 2013)
New Revision: 4595

Modified:
   trunk/glibc-ports/kfreebsd/fbtl/Makefile
Log:
include syscalls inside pthread lib


Modified: trunk/glibc-ports/kfreebsd/fbtl/Makefile
===================================================================
--- trunk/glibc-ports/kfreebsd/fbtl/Makefile	2013-06-23 17:54:44 UTC (rev 4594)
+++ trunk/glibc-ports/kfreebsd/fbtl/Makefile	2013-06-23 17:55:32 UTC (rev 4595)
@@ -32,6 +32,10 @@
 #			structsem.sym
 endif
 
+ifeq ($(subdir),fbtl)
+libpthread-routines += ptw-sys_sigprocmask ptw-sys_umtx
+endif
+
 ifeq ($(subdir),posix)
 CFLAGS-fork.c = $(libio-mtsafe)
 CFLAGS-getpid.o = -fomit-frame-pointer




More information about the Glibc-bsd-commits mailing list