summaryrefslogtreecommitdiff
path: root/ioexact.h
blob: 6234e8ecdb23620d1852ba90eb45f8ab3828bc16 (plain)
1
2
3
4
5
6
7
#ifndef IOEXACT_H
#define IOEXACT_H

extern ssize_t read_exact(int fd, void *buf, size_t len, int mayexit);
extern ssize_t write_exact(int fd, void *buf, size_t len, int mayexit);

#endif /* IOEXACT_H */
>mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2016-11-27 08:22:59 -0800
committerLinus Torvalds <torvalds@linux-foundation.org>2016-11-27 08:22:59 -0800
commitff17bf8a0d2d60a343db304b835c0e83efa660d9 (patch)
tree7781eb9ef0c122bd548149695f7d2b20751ce0b0
parentd8e435f3ab6fea2ea324dce72b51dd7761747523 (diff)
parent2a872a5dcec7052e9fd948ee77a62187791735ff (diff)
Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus
Pull MIPS fixes from Ralf Baechle: "Another round of MIPS fixes for 4.9: - Fix unreadable output in __do_page_fault due to the KERN_CONT patchset - Correctly handle MIPS R6 fixes to the c0_wired register" * 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus: MIPS: mm: Fix output of __do_page_fault MIPS: Mask out limit field when calculating wired entry count
Diffstat