summaryrefslogtreecommitdiff
path: root/src/unexmips.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/unexmips.c')
-rw-r--r--src/unexmips.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/unexmips.c b/src/unexmips.c
index 76de824d06a..32f015f5732 100644
--- a/src/unexmips.c
+++ b/src/unexmips.c
@@ -41,6 +41,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#endif
static void fatal_unexec ();
+static void mark_x ();
#define READ(_fd, _buffer, _size, _error_message, _error_arg) \
errno = EEOF; \
@@ -277,7 +278,7 @@ unexec (new_name, a_name, data_start, bss_start, entry_address)
* After succesfully building the new a.out, mark it executable
*/
-static
+static void
mark_x (name)
char *name;
{