Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-01-27 | Fix duplicate definition of LIBPTHREAD_VERSION | Samuel Thibault | |
Now that libpthread is built along glibc, it should follow that versioning anyway. * Makefile (pthread-version): Do not define. * sysdeps/pthread/Makefile [$(subdir) == posix] (CFLAGS-confstr.c): Set -DLIBPTHREAD_VERSION='"HTL $(version)"'. | |||
2016-10-02 | Add timer routines | Samuel Thibault | |
* sysdeps/pthread/Makefile (librt-sysdep_routines) [subdir = rt]: Add timer_routines. | |||
2014-01-02 | add FIXME comment | Samuel Thibault | |
2013-01-25 | New Makefile snippet for the "pthread" sysdep | Pino Toscano | |
Hook the libpthread version when compiling glibc's confstr.c, so that confstr can show it. * sysdeps/pthread/Makefile: New file. |