summaryrefslogtreecommitdiff
path: root/src/unexalpha.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/unexalpha.c')
-rw-r--r--src/unexalpha.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/unexalpha.c b/src/unexalpha.c
index 13c1def5714..196742a19aa 100644
--- a/src/unexalpha.c
+++ b/src/unexalpha.c
@@ -81,10 +81,10 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
#define _SBSS ".sbss"
#endif /* __NetBSD__ || __OpenBSD__ */
-static void fatal_unexec __P ((char *, char *));
-static void mark_x __P ((char *));
+static void fatal_unexec (char *, char *);
+static void mark_x (char *);
-static void update_dynamic_symbols __P ((char *, char *, int, struct aouthdr));
+static void update_dynamic_symbols (char *, char *, int, struct aouthdr);
#define READ(_fd, _buffer, _size, _error_message, _error_arg) \
errno = EEOF; \