Sign in
kernel
/
pub
/
scm
/
linux
/
kernel
/
git
/
nico
/
archive
/
v0.99-pl11
/
.
/
lib
/
write.c
blob: 9336ed9d82c7ce2ab4d2632776516796f541d02e [
file
] [
log
] [
blame
]
/*
* linux/lib/write.c
*
* Copyright (C) 1991, 1992 Linus Torvalds
*/
#define
__LIBRARY__
#include
<linux/unistd.h>
#include
<linux/types.h>
_syscall3
(
int
,
write
,
int
,
fd
,
const
char
*,
buf
,
off_t
,
count
)