diff options
author | Kurt Miller <kurt@cvs.openbsd.org> | 2013-04-05 12:58:05 +0000 |
---|---|---|
committer | Kurt Miller <kurt@cvs.openbsd.org> | 2013-04-05 12:58:05 +0000 |
commit | 1892e71c11ce0b9f666c92574ed7161d16dc08f8 (patch) | |
tree | 755a6b60e7d08a717e59ceed6909b1d2aeefdeeb /libexec/ld.so/sh/ldasm.S | |
parent | 84c7c115879a734ff013eca4de8f5ac17c120b9c (diff) |
- Add ORIGIN, OSNAME, OSREL and PLATFORM substitution support for rpaths.
Improvements and okay matthew@, millert@, guenther@
Diffstat (limited to 'libexec/ld.so/sh/ldasm.S')
-rw-r--r-- | libexec/ld.so/sh/ldasm.S | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/libexec/ld.so/sh/ldasm.S b/libexec/ld.so/sh/ldasm.S index 29dad9de690..09c11e6825d 100644 --- a/libexec/ld.so/sh/ldasm.S +++ b/libexec/ld.so/sh/ldasm.S @@ -1,4 +1,4 @@ -/* $OpenBSD: ldasm.S,v 1.9 2012/11/01 10:25:33 kettenis Exp $ */ +/* $OpenBSD: ldasm.S,v 1.10 2013/04/05 12:58:03 kurt Exp $ */ /* * Copyright (c) 2006 Dale Rahn @@ -195,6 +195,9 @@ DL_SYSCALL(write) DL_SYSCALL(fstat) DL_SYSCALL(fcntl) DL_SYSCALL(gettimeofday) +DL_SYSCALL(readlink) +DL_SYSCALL(lstat) +DL_SYSCALL2(getcwd,__getcwd) DL_SYSCALL2(sysctl,__sysctl) DL_SYSCALL(getdirentries) |