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

aurel32 at alioth.debian.org aurel32 at alioth.debian.org
Tue Oct 20 14:40:34 UTC 2015


Author: aurel32
Date: 2015-10-20 14:40:34 +0000 (Tue, 20 Oct 2015)
New Revision: 5797

Modified:
   trunk/glibc-ports/kfreebsd/fbtl/sigtimedwait.c
   trunk/glibc-ports/kfreebsd/fbtl/sigwait.c
   trunk/glibc-ports/kfreebsd/fbtl/sigwaitinfo.c
   trunk/glibc-ports/kfreebsd/fbtl/timer_create.c
   trunk/glibc-ports/kfreebsd/fbtl/timer_routines.c
Log:
Include files from fbtl/ instead of nptl/


Modified: trunk/glibc-ports/kfreebsd/fbtl/sigtimedwait.c
===================================================================
--- trunk/glibc-ports/kfreebsd/fbtl/sigtimedwait.c	2015-10-20 14:33:20 UTC (rev 5796)
+++ trunk/glibc-ports/kfreebsd/fbtl/sigtimedwait.c	2015-10-20 14:40:34 UTC (rev 5797)
@@ -21,7 +21,7 @@
 
 #include <sysdep-cancel.h>
 #include <sys/syscall.h>
-#include <nptl/pthreadP.h>
+#include <fbtl/pthreadP.h>
 
 static int
 do_sigtimedwait (const sigset_t *set, siginfo_t *info,

Modified: trunk/glibc-ports/kfreebsd/fbtl/sigwait.c
===================================================================
--- trunk/glibc-ports/kfreebsd/fbtl/sigwait.c	2015-10-20 14:33:20 UTC (rev 5796)
+++ trunk/glibc-ports/kfreebsd/fbtl/sigwait.c	2015-10-20 14:40:34 UTC (rev 5797)
@@ -23,7 +23,7 @@
 
 #include <sysdep-cancel.h>
 #include <sys/syscall.h>
-#include <nptl/pthreadP.h>
+#include <fbtl/pthreadP.h>
 
 
 /* Return any pending signal or wait for one for the given time.  */

Modified: trunk/glibc-ports/kfreebsd/fbtl/sigwaitinfo.c
===================================================================
--- trunk/glibc-ports/kfreebsd/fbtl/sigwaitinfo.c	2015-10-20 14:33:20 UTC (rev 5796)
+++ trunk/glibc-ports/kfreebsd/fbtl/sigwaitinfo.c	2015-10-20 14:40:34 UTC (rev 5797)
@@ -23,7 +23,7 @@
 
 #include <sysdep-cancel.h>
 #include <sys/syscall.h>
-#include <nptl/pthreadP.h>
+#include <fbtl/pthreadP.h>
 
 
 static int

Modified: trunk/glibc-ports/kfreebsd/fbtl/timer_create.c
===================================================================
--- trunk/glibc-ports/kfreebsd/fbtl/timer_create.c	2015-10-20 14:33:20 UTC (rev 5796)
+++ trunk/glibc-ports/kfreebsd/fbtl/timer_create.c	2015-10-20 14:40:34 UTC (rev 5797)
@@ -26,7 +26,7 @@
 #include <sysdep.h>
 #include <kernel-features.h>
 #include <internaltypes.h>
-#include <nptl/pthreadP.h>
+#include <fbtl/pthreadP.h>
 #include "kernel-posix-timers.h"
 #include "kernel-posix-cpu-timers.h"
 

Modified: trunk/glibc-ports/kfreebsd/fbtl/timer_routines.c
===================================================================
--- trunk/glibc-ports/kfreebsd/fbtl/timer_routines.c	2015-10-20 14:33:20 UTC (rev 5796)
+++ trunk/glibc-ports/kfreebsd/fbtl/timer_routines.c	2015-10-20 14:40:34 UTC (rev 5797)
@@ -23,7 +23,7 @@
 #include <stdbool.h>
 #include <sysdep.h>
 #include <kernel-features.h>
-#include <nptl/pthreadP.h>
+#include <fbtl/pthreadP.h>
 #include "kernel-posix-timers.h"
 
 /* NPTL/Linux simply casts "timer_t" to "struct timer *", but on




More information about the Glibc-bsd-commits mailing list