Skip to content
Snippets Groups Projects

configure: Use AC_CHECK_FUNCS to define HAVE_GETTID

Merged Florian Weimer requested to merge fweimer/vkd3d:c99 into master

VKD3D_CHECK_FUNC does not use a fake prototype (char gettid(void);) and does not include <unistd.h>. It always fails with Clang 16 and GCC 14 and other compilers which do not support implicit function declarations.

Related to:

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
Please register or sign in to reply
Loading