diff options
author | 2016-04-28 19:53:20 +0000 | |
---|---|---|
committer | 2016-04-28 19:53:20 +0000 | |
commit | 06983fd3db94178927d9353a8262968d55c845e8 (patch) | |
tree | 29da95dde6068759e69e51619f43aed33ffa54b4 /lib/libc | |
parent | Only one bpf device is required; pointed out by and ok jmc (diff) | |
download | wireguard-openbsd-06983fd3db94178927d9353a8262968d55c845e8.tar.xz wireguard-openbsd-06983fd3db94178927d9353a8262968d55c845e8.zip |
Don't add setjmp.S twice.
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/arch/hppa/gen/Makefile.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/arch/hppa/gen/Makefile.inc b/lib/libc/arch/hppa/gen/Makefile.inc index 5a04ddeb0a9..e0c864242fe 100644 --- a/lib/libc/arch/hppa/gen/Makefile.inc +++ b/lib/libc/arch/hppa/gen/Makefile.inc @@ -1,7 +1,7 @@ -# $OpenBSD: Makefile.inc,v 1.14 2012/04/12 16:14:09 deraadt Exp $ +# $OpenBSD: Makefile.inc,v 1.15 2016/04/28 19:53:20 kettenis Exp $ SRCS+= setjmp.S SRCS+= fabs.c -SRCS+= infinity.c ldexp.c modf.c nan.c setjmp.S +SRCS+= infinity.c ldexp.c modf.c nan.c SRCS+= flt_rounds.c fpgetmask.c fpgetround.c fpgetsticky.c fpsetmask.c \ fpsetround.c fpsetsticky.c |