diff options
author | Michael Corcoran <Michael.Corcoran@Sun.COM> | 2008-11-24 17:12:06 -0800 |
---|---|---|
committer | Michael Corcoran <Michael.Corcoran@Sun.COM> | 2008-11-24 17:12:06 -0800 |
commit | 0616c1c344750b61fbfd80b1185254b28a9fe60d (patch) | |
tree | b73bff6b61a4213c28a88a5fd6234764fda27fc6 /usr/src/uts/common/sys/syscall.h | |
parent | 394ab0cbe9de0b3be5bf232d9224a9d050999ae5 (diff) | |
download | illumos-joyent-0616c1c344750b61fbfd80b1185254b28a9fe60d.tar.gz |
PSARC/2008/226 mmapobj(2) - mmap object
6502792 Same dynamic libraries should be mapped at the same virtual addresses in different processes
Diffstat (limited to 'usr/src/uts/common/sys/syscall.h')
-rw-r--r-- | usr/src/uts/common/sys/syscall.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr/src/uts/common/sys/syscall.h b/usr/src/uts/common/sys/syscall.h index 779672e7f5..5b186aaf06 100644 --- a/usr/src/uts/common/sys/syscall.h +++ b/usr/src/uts/common/sys/syscall.h @@ -30,8 +30,6 @@ #ifndef _SYS_SYSCALL_H #define _SYS_SYSCALL_H -#pragma ident "%Z%%M% %I% %E% SMI" - #ifdef __cplusplus extern "C" { #endif @@ -319,6 +317,7 @@ extern "C" { #define SYS_lxstat 124 #define SYS_fxstat 125 #define SYS_xmknod 126 +#define SYS_mmapobj 127 #define SYS_setrlimit 128 #define SYS_getrlimit 129 #define SYS_lchown 130 |