blob: 9d3272aaaa5d9af6db9f7703824d1c6605f4d5d2 [file] [log] [blame]
/**
* This file has no copyright assigned and is placed in the Public Domain.
* This file is part of the w64 mingw-runtime package.
* No warranty is given; refer to the file DISCLAIMER.PD within this package.
*/
#include <_mingw.h>
unsigned int alarm(unsigned int);
unsigned int alarm(unsigned int __UNUSED_PARAM(seconds))
{
return 0;
}