CVSROOT: /cvs Module name: src Changes by: gkoeh...@cvs.openbsd.org 2025/08/11 11:16:18
Modified files: distrib/special/libstubs: Makefile Log message: Build libstubs with -DFUTEX on most archs jca@ noticed that instbin (in the ramdisk) had 2 different definitions of struct __cmtx. The vfprintf in libstubs uses FILE which now contains a __cmtx. Copy -DFUTEX from libc/thread/Makefile.inc and librthread/Makefile to agree on one __cmtx. ok deraadt@, jca@