NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
PR/60729 CVS commit: src/sys/rump/librump/rumpkern
The following reply was made to PR kern/60729; it has been noted by GNATS.
From: "Taylor R Campbell" <riastradh%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc:
Subject: PR/60729 CVS commit: src/sys/rump/librump/rumpkern
Date: Fri, 18 Sep 2026 14:26:12 +0000
Module Name: src
Committed By: riastradh
Date: Fri Sep 18 14:26:12 UTC 2026
Modified Files:
src/sys/rump/librump/rumpkern: atomic_cas_generic.c
Log Message:
rump/atomic_cas_*: Use __HAVE_ATOMIC64_OPS, not _LP64.
Should fix rump build on hppa since a new use of atomic_inc_64 under
__HAVE_ATOMIC64_OPS sprouted a few days ago:
/home/builds/ab/HEAD/hppa/20260917233410Z-tools/lib/gcc/hppa--netbsd/14.3.0/../../../../hppa--netbsd/bin/ld: /home/builds/ab/HEAD/hppa/20260917233410Z-dest/usr/lib/librumpnet_local.so: undefined reference to `rumpns_atomic_inc_64_nv'
Followup for:
PR kern/60729: incosistent st_ino from the first stat(2) on a socket
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/sys/rump/librump/rumpkern/atomic_cas_generic.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index