Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/tools/compat tools/compat: regen for dispatch_semaphore_create



details:   https://anonhg.NetBSD.org/src/rev/68075972f502
branches:  trunk
changeset: 375975:68075972f502
user:      lukem <lukem%NetBSD.org@localhost>
date:      Tue May 23 20:22:11 2023 +0000

description:
tools/compat: regen for dispatch_semaphore_create

diffstat:

 tools/compat/configure          |  1 +
 tools/compat/nbtool_config.h.in |  7 +++++--
 2 files changed, 6 insertions(+), 2 deletions(-)

diffs (41 lines):

diff -r 2606a20cfb3d -r 68075972f502 tools/compat/configure
--- a/tools/compat/configure    Tue May 23 20:20:54 2023 +0000
+++ b/tools/compat/configure    Tue May 23 20:22:11 2023 +0000
@@ -5294,6 +5294,7 @@ cat >>confdefs.h <<_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 -r 2606a20cfb3d -r 68075972f502 tools/compat/nbtool_config.h.in
--- a/tools/compat/nbtool_config.h.in   Tue May 23 20:20:54 2023 +0000
+++ b/tools/compat/nbtool_config.h.in   Tue May 23 20:22:11 2023 +0000
@@ -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
 



Home | Main Index | Thread Index | Old Index