]> sourceware.org Git - glibc.git/commitdiff
Update.
authorUlrich Drepper <drepper@redhat.com>
Fri, 16 Jan 2004 02:45:47 +0000 (02:45 +0000)
committerUlrich Drepper <drepper@redhat.com>
Fri, 16 Jan 2004 02:45:47 +0000 (02:45 +0000)
2004-01-16  Alfred M. Szmidt  <ams@kemisten.nu>

* sysdeps/generic/dl-execstack.c (_dl_make_stack_executable): Adjust
parameter type.

ChangeLog
sysdeps/generic/dl-execstack.c

index ff3e60a99c72ddfb1821af9b82cb14521befbb82..ed1f00aec4e47eff50257156df67bbd01bb6406d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2004-01-16  Alfred M. Szmidt  <ams@kemisten.nu>
+
+       * sysdeps/generic/dl-execstack.c (_dl_make_stack_executable): Adjust
+       parameter type.
+
 2004-01-15  Ulrich Drepper  <drepper@redhat.com>
 
        * elf/elf.h: Fix typo in comment.
index 04f87cf519d1f112100bd6c51769f12cc6c97c21..6dce21e7a142fa38d0baabc213472f475153c591 100644 (file)
@@ -1,5 +1,5 @@
 /* Stack executability handling for GNU dynamic linker.  Stub version.
-   Copyright (C) 2003 Free Software Foundation, Inc.
+   Copyright (C) 2003, 2004 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
@@ -25,7 +25,7 @@
 
 int
 internal_function
-_dl_make_stack_executable (void)
+_dl_make_stack_executable (void **stack_endp)
 {
   return ENOSYS;
 }
This page took 0.593664 seconds and 5 git commands to generate.