gcl_mprotect prototype mod - gcl.git - GNU Common Lisp

index : gcl.git
GNU Common Lisp
summary refs log tree commit diff
diff options
context:
space:
mode:
authorCamm Maguire <camm@debian.org>2014年08月19日 18:27:50 +0000
committerCamm Maguire <camm@debian.org>2014年08月19日 18:27:50 +0000
commitd23e1ebb50769c5994c33f6837699607aee4dd5a (patch)
treeef2494d6de718f99a79e62daed629a38c8f82eba
parente748af45fbc748393f98c160eb0c6406b3a4177b (diff)
downloadgcl-d23e1ebb50769c5994c33f6837699607aee4dd5a.tar.gz
gcl_mprotect prototype mod
Diffstat
-rw-r--r--gcl/h/protoize.h 2
-rwxr-xr-xgcl/o/main.c 2
2 files changed, 2 insertions, 2 deletions
diff --git a/gcl/h/protoize.h b/gcl/h/protoize.h
index 729681c6f..b3a4fc380 100644
--- a/gcl/h/protoize.h
+++ b/gcl/h/protoize.h
@@ -1910,4 +1910,4 @@ void
prelink_init(void);
int
-gcl_mprotect(void *,size_t,int);
+gcl_mprotect(void *,unsigned long,int);
diff --git a/gcl/o/main.c b/gcl/o/main.c
index d247f25b0..6a11c5f8e 100755
--- a/gcl/o/main.c
+++ b/gcl/o/main.c
@@ -333,7 +333,7 @@ random_ulong() {
#endif
int
-gcl_mprotect(void *v,size_t l,int p) {
+gcl_mprotect(void *v,unsigned long l,int p) {
int i;
char b[80];
generated by cgit v1.2.3 (git 2.39.1) at 2025年09月04日 18:00:09 +0000

AltStyle によって変換されたページ (->オリジナル) /