summaryrefslogtreecommitdiff
path: root/Source/UnixUserland/lseek.c
blob: d3d24d8a6b89a8ca65637aef7c281a94e773769c (plain) (blame)
1
2
3
int lseek(int file, int ptr, int dir) {
	return 0;
}