pike.git/
src/
configure.in
Branch:
Tag:
Non-build tags
All tags
No tags
2017-07-11
2017-07-11 02:50:07 by Bill Welliver <bill@welliver.org>
fbb9aa415ba7a1908415106d5b12c8f78f90483e (
10
lines) (+
9
/-
1
)
[
Show
|
Annotate
]
Branch:
8.1
build: NetBSD has bswap(16|32|64) in libc, so we should avoid redefining them.
3160:
sys/prctl.h sys/ioctl.h mach/task_info.h mach/task.h \ mach/mach_init.h syscall.h sys/syscall.h devices/timer.h \ direct.h CoreServices/CoreServices.h execinfo.h \
-
mach/mach.h mach/thread_act.h mach/clock.h,,,[
+
mach/mach.h mach/thread_act.h mach/clock.h
\
+
machine/bswap.h sys/endian.h
,,,[
#if (defined(__WINNT__) || defined(__WIN32__)) && !defined(__NT__) #define __NT__ #endif
4411:
setsid \ initgroups setgroups \ socketpair \
+
bswap16 \
+
__bswap16 \
+
bswap32 \
+
__bswap32 \
+
bswap64 \
+
__bswap64 \
fpclass \ fp_class_d \ isinf \