ldasm.S (96d30987) | ldasm.S (3b50b772) |
---|---|
1/* $OpenBSD: ldasm.S,v 1.21 2016/08/28 06:15:32 guenther Exp $ */ | 1/* $OpenBSD: ldasm.S,v 1.22 2017/01/24 07:48:37 guenther Exp $ */ |
2 3/* 4 * Copyright (c) 1998-2002 Opsycon AB, Sweden. 5 * 6 * Redistribution and use in source and binary forms, with or without 7 * modification, are permitted provided that the following conditions 8 * are met: 9 * 1. Redistributions of source code must retain the above copyright --- 153 unchanged lines hidden (view full) --- 163DL_SYSCALL(open) 164DL_SYSCALL(read) 165DL_SYSCALL(readlink) 166DL_SYSCALL2(_syscall,__syscall) 167DL_SYSCALL2_NOERR(set_tcb,__set_tcb) 168DL_SYSCALL(sysctl) 169DL_SYSCALL(utrace) 170DL_SYSCALL(write) | 2 3/* 4 * Copyright (c) 1998-2002 Opsycon AB, Sweden. 5 * 6 * Redistribution and use in source and binary forms, with or without 7 * modification, are permitted provided that the following conditions 8 * are met: 9 * 1. Redistributions of source code must retain the above copyright --- 153 unchanged lines hidden (view full) --- 163DL_SYSCALL(open) 164DL_SYSCALL(read) 165DL_SYSCALL(readlink) 166DL_SYSCALL2(_syscall,__syscall) 167DL_SYSCALL2_NOERR(set_tcb,__set_tcb) 168DL_SYSCALL(sysctl) 169DL_SYSCALL(utrace) 170DL_SYSCALL(write) |
171DL_SYSCALL(thrkill) |
|