mirror of
https://sourceware.org/git/glibc.git
synced 2025-09-02 16:01:20 +03:00
Update.
2004-01-16 Alfred M. Szmidt <ams@kemisten.nu> * sysdeps/generic/dl-execstack.c (_dl_make_stack_executable): Adjust parameter type.
This commit is contained in:
@@ -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>
|
2004-01-15 Ulrich Drepper <drepper@redhat.com>
|
||||||
|
|
||||||
* elf/elf.h: Fix typo in comment.
|
* elf/elf.h: Fix typo in comment.
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
/* Stack executability handling for GNU dynamic linker. Stub version.
|
/* 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.
|
This file is part of the GNU C Library.
|
||||||
|
|
||||||
The GNU C Library is free software; you can redistribute it and/or
|
The GNU C Library is free software; you can redistribute it and/or
|
||||||
@@ -25,7 +25,7 @@
|
|||||||
|
|
||||||
int
|
int
|
||||||
internal_function
|
internal_function
|
||||||
_dl_make_stack_executable (void)
|
_dl_make_stack_executable (void **stack_endp)
|
||||||
{
|
{
|
||||||
return ENOSYS;
|
return ENOSYS;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user