summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/nios2
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2008-05-03 15:27:10 +0000
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2008-05-03 15:27:10 +0000
commita5e5e8cdd9406b7d1d565462771f7336458482d0 (patch)
tree99efceff7b9bd0b7038803ed1dda6fb39f42c614 /libc/sysdeps/linux/nios2
parent923bc203ec138c55db521050f20ec96d423f4422 (diff)
- add missing #endif
Diffstat (limited to 'libc/sysdeps/linux/nios2')
-rw-r--r--libc/sysdeps/linux/nios2/bits/fcntl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libc/sysdeps/linux/nios2/bits/fcntl.h b/libc/sysdeps/linux/nios2/bits/fcntl.h
index fcace52a8..cb86c8a90 100644
--- a/libc/sysdeps/linux/nios2/bits/fcntl.h
+++ b/libc/sysdeps/linux/nios2/bits/fcntl.h
@@ -236,5 +236,6 @@ extern ssize_t splice (int __fdin, __off64_t *__offin, int __fdout,
extern ssize_t tee (int __fdin, int __fdout, size_t __len,
unsigned int __flags);
+#endif
__END_DECLS