This website works better with JavaScript.
Home
Explore
Register
Sign In
Fincer
/
openntpd-openbsd
mirror of
https://github.com/Fincer/openntpd-openbsd
Watch
1
Star
0
Fork
0
Code
Issues
0
Projects
0
Releases
61
Wiki
Activity
Browse Source
assembler versions of insque and remque for m68k, also from 4.4BSD
OPENBSD_3_4
millert
21 years ago
parent
4448841b95
commit
697db374e9
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/lib/libc/stdlib/Makefile.inc
+ 1
- 1
src/lib/libc/stdlib/Makefile.inc
View File
@ -32,7 +32,7 @@ SRCS+= abs.c div.c labs.c ldiv.c
SRCS
+
=
abs
.
c
div
.
c
labs
.
c
ldiv
.
c
.
endif
.
if
(
$
{
MACHINE_ARCH
}
=
=
"vax"
)
.
if
(
$
{
MACHINE_ARCH
}
=
=
"vax"
)
|
|
(
$
{
MACHINE_ARCH
}
=
=
"m68k"
)
SRCS
+
=
insque
.
S
remque
.
S
.
else
SRCS
+
=
insque
.
c
remque
.
c
Write
Preview
Loading…
Cancel
Save