diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2008-09-16 14:18:48 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2008-09-16 14:18:48 +0000 |
commit | 5d2a22bbbd974d52512cb9d631746422c1bdfdac (patch) | |
tree | 52a216b1d7e81ba48f5f131e594e06b77e64e7d5 /libc/sysdeps/linux/i386/Makefile.arch | |
parent | 28134dd75c6cc13dde7ce586614e5c7ba83def40 (diff) |
- sync_file_range(). Missed the i386 directory in previous commit
Diffstat (limited to 'libc/sysdeps/linux/i386/Makefile.arch')
-rw-r--r-- | libc/sysdeps/linux/i386/Makefile.arch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libc/sysdeps/linux/i386/Makefile.arch b/libc/sysdeps/linux/i386/Makefile.arch index abd267445..ea2fce0d3 100644 --- a/libc/sysdeps/linux/i386/Makefile.arch +++ b/libc/sysdeps/linux/i386/Makefile.arch @@ -8,7 +8,7 @@ CSRC := brk.c sigaction.c __syscall_error.c SSRC := \ - __longjmp.S vfork.S clone.S setjmp.S bsd-setjmp.S \ - bsd-_setjmp.S syscall.S mmap.S mmap64.S + __longjmp.S vfork.S clone.S setjmp.S bsd-setjmp.S bsd-_setjmp.S \ + sync_file_range.S syscall.S mmap.S mmap64.S include $(top_srcdir)libc/sysdeps/linux/Makefile.commonarch |