diff options
| author | lukem <lukem@NetBSD.org> | 2023-05-23 20:22:11 +0000 |
|---|---|---|
| committer | lukem <lukem@NetBSD.org> | 2023-05-23 20:22:11 +0000 |
| commit | 51d534780757a205595542997b010ac29a693815 (patch) | |
| tree | 28975f8652de44e66d301fbc279dd4bb683df67b /tools | |
| parent | 7bd921dc00df6b696e151c8d9f5b24f41dadff98 (diff) | |
tools/compat: regen for dispatch_semaphore_create
Diffstat (limited to 'tools')
| -rwxr-xr-x | tools/compat/configure | 1 | ||||
| -rw-r--r-- | tools/compat/nbtool_config.h.in | 7 |
2 files changed, 6 insertions, 2 deletions
diff --git a/tools/compat/configure b/tools/compat/configure index 58ea0adab34..53d5422838c 100755 --- a/tools/compat/configure +++ b/tools/compat/configure @@ -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 \ diff --git a/tools/compat/nbtool_config.h.in b/tools/compat/nbtool_config.h.in index 4ded627d991..383d2be6c0a 100644 --- a/tools/compat/nbtool_config.h.in +++ b/tools/compat/nbtool_config.h.in @@ -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 |
