From efc755b2825063ab0e0928a5c77caac721192ff1 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Thu, 26 Oct 1995 04:17:49 +0000 Subject: Thu Oct 26 00:11:13 1995 Roland McGrath * sysdeps/unix/sysv/linux/i386/sigaction.c: New file. * sysdeps/unix/sysv/linux/i386/xstat.S: Don't use JUMPTARGET macro on syscall_error. For PIC, it is a local label; for non-PIC, JUMPTARGET expands to the unadorned name anyway. * sysdeps/unix/sysv/linux/i386/xmknod.S: Likewise. * sysdeps/unix/sysv/linux/i386/syscall.S: Likewise. * sysdeps/unix/sysv/linux/i386/socket.S: Likewise. * sysdeps/unix/sysv/linux/i386/sbrk.S: Likewise. * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise. * sysdeps/unix/sysv/linux/i386/brk.S: Likewise. --- sysdeps/unix/configure | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sysdeps/unix/configure') diff --git a/sysdeps/unix/configure b/sysdeps/unix/configure index 249a129..1e659d3 100755 --- a/sysdeps/unix/configure +++ b/sysdeps/unix/configure @@ -63,8 +63,8 @@ for unix_function in \ dup2 lstat mkdir rmdir readlink symlink rename swapon \ access select getgroups setgroups \ getitimer setitimer \ - getdomainname/getdomain=bsd/bsd4.4 \ - setdomainname/setdomain=bsd/bsd4.4 \ + getdomainname:getdomain=bsd/bsd4.4 \ + setdomainname:setdomain=bsd/bsd4.4 \ fchdir=bsd/bsd4.4 \ profil=bsd readv=bsd writev=bsd \ getpriority setpriority \ @@ -78,7 +78,7 @@ do unix_srcdir=common eval "unix_syscall=`echo $unix_function | \ sed -e 's@=\(.*\)$@ unix_srcdir=\1@' \ - -e 's@/\(^=/*\)$@ unix_srcname=\1@'`" + -e 's@:\(.*\)@ unix_srcname=\1@'`" test -z "$unix_srcname" && unix_srcname=$unix_syscall unix_implementor=none -- cgit v1.1