          MODULE=libpthread-stubs
         VERSION=0.5
          SOURCE=$MODULE-$VERSION.tar.xz
      SOURCE_URL=https://xcb.freedesktop.org/dist/
      SOURCE_VFY=sha256:59da566decceba7c2a7970a4a03b48d9905f1262ff94410a649224e33d2442bc
   MODULE_PREFIX=${X11R7_PREFIX:-/usr}
        WEB_SITE=http://www.x.org/
         ENTERED=20070216
         UPDATED=20230821
           SHORT="A library that provides weak aliases for pthread functions"

cat << EOF
libpthread-stubs is a library that provides weak aliases for pthread functions
not provided in libc or otherwise available by default. Libraries like libxcb
rely on pthread stubs to use pthreads optionally, becoming thread-safe when
linked to libpthread, while avoiding any performance hit when running
single-threaded.
EOF
