summaryrefslogtreecommitdiffstats
path: root/trunk/src/execstack.c
diff options
context:
space:
mode:
Diffstat (limited to 'trunk/src/execstack.c')
-rw-r--r--trunk/src/execstack.c8
1 files changed, 7 insertions, 1 deletions
diff --git a/trunk/src/execstack.c b/trunk/src/execstack.c
index 1e50aad..2f503ba 100644
--- a/trunk/src/execstack.c
+++ b/trunk/src/execstack.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2003, 2005 Red Hat, Inc.
+/* Copyright (C) 2003, 2005, 2010 Red Hat, Inc.
Written by Jakub Jelinek <jakub@redhat.com>, 2003.
This program is free software; you can redistribute it and/or modify
@@ -454,6 +454,12 @@ prelink_conflict_add_rela (struct prelink_info *info)
abort ();
}
+ssize_t
+send_file (int outfd, int infd, off_t *poff, size_t count)
+{
+ abort ();
+}
+
GElf_Addr mmap_reg_start;
GElf_Addr mmap_reg_end;
int exec_shield;