Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • P pthread-stubs
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 3
    • Issues 3
    • List
    • Boards
    • Service Desk
    • Milestones
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • xorg
  • lib
  • pthread-stubs
  • Issues
  • #1
Closed
Open
Created Aug 05, 2009 by Bugzilla Migration User@bugzilla-migration

configure of libpthread-stubs can't detect stubs on NetBSD

Submitted by AOSASA Shigeru

Assigned to xcb mailing list dummy

Link to original bug (#23163)

Description

Created attachment 28382 add support for NetBSD

NetBSD has pthread stubs, but configure script of libpthread-stubs can't detect them. because pthread stubs of NetBSD have non-standard names.

for example, '__libc_thr_self' is stub of pthread_self. '__libc_thr_self' is called by 'pthread_self' macro defined in <pthread.h>. (#define pthread_self __libc_thr_self)

attached patch adds support for NetBSD.

http://cvsweb.netbsd.org/bsdweb.cgi/src/lib/libc/thread-stub/thread-stub.c?rev=HEAD http://cvsweb.netbsd.org/bsdweb.cgi/src/lib/libpthread/pthread.c?rev=HEAD http://cvsweb.netbsd.org/bsdweb.cgi/src/lib/libpthread/pthread.h?rev=HEAD

Patch 28382, "add support for NetBSD":
libpthread-stubs-0.1.diff

Assignee
Assign to
Time tracking