diff options
author | 2002-11-05 22:19:55 +0000 | |
---|---|---|
committer | 2002-11-05 22:19:55 +0000 | |
commit | a04bf6e3c68b13ba327bbea611ce4eb0077d850c (patch) | |
tree | 1f337008ce2905978f12317a8d4fd0dfc618fcd8 /lib/libc/sys | |
parent | Updated from ftp.internic.net (diff) | |
download | wireguard-openbsd-a04bf6e3c68b13ba327bbea611ce4eb0077d850c.tar.xz wireguard-openbsd-a04bf6e3c68b13ba327bbea611ce4eb0077d850c.zip |
thread safe libc -- 2nd try. OK miod@, millert@
Thanks to miod@ for m68k and vax fixes
Diffstat (limited to 'lib/libc/sys')
-rw-r--r-- | lib/libc/sys/Makefile.inc | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/lib/libc/sys/Makefile.inc b/lib/libc/sys/Makefile.inc index 10e43db90e7..fc9c4238d19 100644 --- a/lib/libc/sys/Makefile.inc +++ b/lib/libc/sys/Makefile.inc @@ -1,15 +1,10 @@ -# $OpenBSD: Makefile.inc,v 1.59 2002/11/03 23:58:39 marc Exp $ +# $OpenBSD: Makefile.inc,v 1.60 2002/11/05 22:19:55 marc Exp $ # $NetBSD: Makefile.inc,v 1.35 1995/10/16 23:49:07 jtc Exp $ # @(#)Makefile.inc 8.1 (Berkeley) 6/17/93 # sys sources .PATH: ${LIBCSRCDIR}/arch/${MACHINE_ARCH}/sys ${LIBCSRCDIR}/sys -# for now, only arch's below have weak aliases enabled -.if ${MACHINE_ARCH} != "i386" && ${ELF_TOOLCHAIN} != "yes" -CFLAGS+= -D_NO_WEAK_ALIASES -.endif - # modules with non-default implementations on at least one architecture: SRCS+= Ovfork.S brk.S cerror.S exect.S fork.S rfork.S \ sbrk.S sigpending.S sigprocmask.S sigreturn.S \ |