diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-05-15 22:49:35 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-05-15 22:49:35 +0000 |
commit | 569755ce4e6db9ce7b3de5d2256a1cb68b9b43f3 (patch) | |
tree | 99b8701d8046c4c60d5a6307968582c67978e9dc /libc/sysdeps/linux/bfin/brk.c | |
parent | 7ebb2e4369d611641b67a2f15265742c73b1d8f3 (diff) |
updates from Bernd Schmidt to sync with blackfin cvs
Diffstat (limited to 'libc/sysdeps/linux/bfin/brk.c')
-rw-r--r-- | libc/sysdeps/linux/bfin/brk.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/sysdeps/linux/bfin/brk.c b/libc/sysdeps/linux/bfin/brk.c index 3b261697b..5735321bb 100644 --- a/libc/sysdeps/linux/bfin/brk.c +++ b/libc/sysdeps/linux/bfin/brk.c @@ -4,9 +4,9 @@ * Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball. */ +#include <errno.h> #include <unistd.h> #include <sys/syscall.h> -#include <errno.h> libc_hidden_proto(brk) |