tools/compat: regen for dispatch_semaphore_create

This commit is contained in:
lukem 2023-05-23 20:22:11 +00:00
parent 55152776e1
commit 0589c2d76d
2 changed files with 6 additions and 2 deletions

View File

@ -5294,6 +5294,7 @@ _ACEOF
fi
for ac_func in atoll asprintf asnprintf basename devname dirfd dirname \
dispatch_semaphore_create \
dprintf esetfunc fgetln flock fpurge __fpurge futimes getline \
getopt getopt_long group_from_gid gid_from_group \
heapsort isblank issetugid lchflags lchmod lchown lutimes mkstemp \

View File

@ -1,6 +1,6 @@
/* nbtool_config.h.in. Generated from configure.ac by autoheader. */
/* $NetBSD: nbtool_config.h.in,v 1.53 2021/02/25 13:41:58 christos Exp $ */
/* $NetBSD: nbtool_config.h.in,v 1.54 2023/05/23 20:22:11 lukem Exp $ */
#ifndef __NETBSD_NBTOOL_CONFIG_H__
#define __NETBSD_NBTOOL_CONFIG_H__
@ -8,7 +8,7 @@
/* Define if building universal (internal helper macro) */
#undef AC_APPLE_UNIVERSAL_BUILD
/* Define to 1 if your `fparseln' function is broken. */
/* Define to 1 if your 'fparseln' function is broken. */
#undef BROKEN_FPARSELN
/* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
@ -437,6 +437,9 @@
/* Define to 1 if `__dd_fd' is a member of `DIR'. */
#undef HAVE_DIR___DD_FD
/* Define to 1 if you have the `dispatch_semaphore_create' function. */
#undef HAVE_DISPATCH_SEMAPHORE_CREATE
/* Define to 1 if you have the `dprintf' function. */
#undef HAVE_DPRINTF