Warning: Attempt to read property "date" on null in /usr/local/www/websvn.planix.org/blame.php on line 247

Warning: Attempt to read property "msg" on null in /usr/local/www/websvn.planix.org/blame.php on line 247
WebSVN – planix.SVN – Blame – /os/branches/feature_unix/sys/src/ape/lib/ap/plan9/9write.c – Rev 2

Subversion Repositories planix.SVN

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
2 - 1
#include "lib.h"
2
#include <string.h>
3
#include <stdlib.h>
4
#include "sys9.h"
5
#include "dir.h"
6
 
7
long
8
_WRITE(int fd, void *buf, long n)
9
{
10
	return _PWRITE(fd, buf, n, -1LL);
11
}