summaryrefslogtreecommitdiffstats
path: root/lib/libc/i386/sys/Makefile.inc
diff options
context:
space:
mode:
authorjb <jb@FreeBSD.org>1998-04-30 10:02:44 +0000
committerjb <jb@FreeBSD.org>1998-04-30 10:02:44 +0000
commitb1f25ca922251ad55771e4444ff78ed05ebcc603 (patch)
tree775dceb39efe1e9aff66401d846ce061b3fe8279 /lib/libc/i386/sys/Makefile.inc
parent3a6394e02b74d2316f026b941b2634d7ed09fd55 (diff)
downloadFreeBSD-src-b1f25ca922251ad55771e4444ff78ed05ebcc603.zip
FreeBSD-src-b1f25ca922251ad55771e4444ff78ed05ebcc603.tar.gz
Oops, backout the previous change having confused my underscores.
__thread_create is a syscall that uses the default asm. It is _thread_create that contains specific asm code, but that lives in libpthread.
Diffstat (limited to 'lib/libc/i386/sys/Makefile.inc')
-rw-r--r--lib/libc/i386/sys/Makefile.inc5
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/libc/i386/sys/Makefile.inc b/lib/libc/i386/sys/Makefile.inc
index 52ce012..52d8549 100644
--- a/lib/libc/i386/sys/Makefile.inc
+++ b/lib/libc/i386/sys/Makefile.inc
@@ -1,5 +1,5 @@
# from: Makefile.inc,v 1.1 1993/09/03 19:04:23 jtc Exp
-# $Id: Makefile.inc,v 1.8 1998/03/09 07:36:56 jb Exp $
+# $Id: Makefile.inc,v 1.9 1998/04/30 09:30:50 jb Exp $
SRCS+= i386_get_ldt.c i386_set_ldt.c
@@ -8,8 +8,7 @@ MDASM= Ovfork.S brk.S cerror.S exect.S fork.S pipe.S \
sigprocmask.S sigreturn.S sigsuspend.S syscall.S
# Don't generate default code for these syscalls:
-NOASM= __semctl.o __thread_create.o \
- break.o exit.o ftruncate.o getdomainname.o getlogin.o \
+NOASM= __semctl.o break.o exit.o ftruncate.o getdomainname.o getlogin.o \
lseek.o mlockall.o mmap.o msgctl.o msgget.o msgrcv.o msgsnd.o \
munlockall.o openbsd_poll.o semconfig.o semget.o semop.o \
setdomainname.o shmat.o shmctl.o shmdt.o shmget.o sstk.o \
OpenPOWER on IntegriCloud