Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/posix/stdlib.c

    rec18957a rcc3652db  
    3636#define LIBPOSIX_INTERNAL
    3737
    38 #include "internal/common.h"
    3938#include "stdlib.h"
    40 
    41 #include "errno.h"
    42 
    4339#include "libc/sort.h"
    4440#include "libc/str.h"
    4541#include "libc/vfs/vfs.h"
     42#include "internal/common.h"
     43#include <errno.h>  // FIXME: use POSIX errno
    4644
    4745/**
     
    340338}
    341339
    342 /**
    343  * Should read system load statistics. Not supported. Always returns -1.
    344  *
    345  * @param loadavg
    346  * @param nelem
    347  * @return
    348  */
    349 int bsd_getloadavg(double loadavg[], int nelem)
    350 {
    351         return -1;
    352 }
    353 
    354340/** @}
    355341 */
Note: See TracChangeset for help on using the changeset viewer.