This is the mail archive of the libc-alpha@sources.redhat.com mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Generic pthreadtypes.h


Needs to be installed.  

~velco
diff -rudpN libc/tags/initial/sysdeps/generic/Dist libc/trunk/sysdeps/generic/Dist
--- libc/tags/initial/sysdeps/generic/Dist	Sun Nov 24 23:51:12 2002
+++ libc/trunk/sysdeps/generic/Dist	Sun Nov 24 23:40:22 2002
@@ -23,3 +23,4 @@ bp-thunks.h
 bp-sym.h
 bp-start.h
 bits/link.h
+bits/pthreadtypes.h
diff -rudpN libc/tags/initial/sysdeps/generic/Makefile libc/trunk/sysdeps/generic/Makefile
--- libc/tags/initial/sysdeps/generic/Makefile	Sun Nov 24 23:50:01 2002
+++ libc/trunk/sysdeps/generic/Makefile	Sun Nov 24 23:39:23 2002
@@ -42,3 +42,7 @@ sysdep_routines += framestate
 shared-only-routines += framestate
 endif
 endif
+
+ifeq ($(subdir),posix)
+sysdep_headers += bits/pthreadtypes.h
+endif

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]