aboutsummaryrefslogtreecommitdiff
path: root/gas/as.h
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2000-04-14 04:14:25 +0000
committerAlan Modra <amodra@gmail.com>2000-04-14 04:14:25 +0000
commit12ff5d5690066cac0467274b17afc1fbabaa04a4 (patch)
tree3355fa58a5ab1b682047c79aeabce6527ddaf5eb /gas/as.h
parent01cc8ff856f0530ce7333a7bdac283c51b0e4f5e (diff)
downloadfsf-binutils-gdb-12ff5d5690066cac0467274b17afc1fbabaa04a4.zip
fsf-binutils-gdb-12ff5d5690066cac0467274b17afc1fbabaa04a4.tar.gz
fsf-binutils-gdb-12ff5d5690066cac0467274b17afc1fbabaa04a4.tar.bz2
Portability fixes.
Diffstat (limited to 'gas/as.h')
-rw-r--r--gas/as.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/gas/as.h b/gas/as.h
index 2106b33..c8d3787 100644
--- a/gas/as.h
+++ b/gas/as.h
@@ -211,6 +211,10 @@ extern char **environ;
#define EXIT_FAILURE 1
#endif
+#ifndef SEEK_SET
+#define SEEK_SET 0
+#endif
+
#define obstack_chunk_alloc xmalloc
#define obstack_chunk_free xfree