summaryrefslogtreecommitdiffstats
path: root/lib/write.c
blob: 9336ed9d82c7ce2ab4d2632776516796f541d02e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/*
 *  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)