Subversion Repositories Kolibri OS

Compare Revisions

No changes between revisions

Regard whitespace Rev 1881 → Rev 1882

/programs/develop/libraries/menuetlibc/src/libc/posix/unistd/alarm.c
0,0 → 1,12
/* Copyright (C) 1995 Charles Sandmann (sandmann@clio.rice.edu)
alarm() implmentation using setitimer
This software may be freely distributed, no warranty. */
 
#include <libc/stubs.h>
#include <unistd.h>
#include <sys/time.h>
 
unsigned int alarm(unsigned int seconds)
{
return seconds;
}
Property changes:
Added: svn:executable
+*
\ No newline at end of property