diff options
| author | Enji Cooper <ngie@FreeBSD.org> | 2017-01-12 07:26:39 +0000 |
|---|---|---|
| committer | Enji Cooper <ngie@FreeBSD.org> | 2017-01-12 07:26:39 +0000 |
| commit | 20d24fbb933deae4ccdc875f54babfff8dace678 (patch) | |
| tree | 086ca5a4b87d5f393d00711903b00279a7ec14e3 /lib/libc/arch/sparc64/exec_prot_support.c | |
| parent | 2254eda87e053e92fb9e0bd34a1fb5db0d9d7cd7 (diff) | |
Notes
Diffstat (limited to 'lib/libc/arch/sparc64/exec_prot_support.c')
| -rw-r--r-- | lib/libc/arch/sparc64/exec_prot_support.c | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/lib/libc/arch/sparc64/exec_prot_support.c b/lib/libc/arch/sparc64/exec_prot_support.c index 474cfc742f69..8ca38b4fb209 100644 --- a/lib/libc/arch/sparc64/exec_prot_support.c +++ b/lib/libc/arch/sparc64/exec_prot_support.c @@ -1,4 +1,4 @@ -/* $NetBSD: exec_prot_support.c,v 1.1 2011/07/18 23:16:10 jym Exp $ */ +/* $NetBSD: exec_prot_support.c,v 1.2 2016/12/31 11:51:20 martin Exp $ */ /*- * Copyright (c) 2011 The NetBSD Foundation, Inc. @@ -30,12 +30,13 @@ */ #include <sys/cdefs.h> -__RCSID("$NetBSD: exec_prot_support.c,v 1.1 2011/07/18 23:16:10 jym Exp $"); +__RCSID("$NetBSD: exec_prot_support.c,v 1.2 2016/12/31 11:51:20 martin Exp $"); #include "../../common/exec_prot.h" int exec_prot_support(void) { - return NOTIMPL; + + return PERPAGE_XP; } |
