Added setting position while duplicating file handles with FMF_WRITE mode. It's neede...
[cake.git] / compiler / clib / getloadavg.c
blob200afbd8b9d8ee67141abe4dd5739cbdeac5353d
1 /*
2 Copyright © 2004, The AROS Development Team. All rights reserved.
3 $Id$
4 */
6 #include <stdlib.h>
8 int getloadavg(double loadavg[], int n)
10 return -1;