flang_20220715
Popular UNIX systems (e.g. Linux, MacOS) have alarm() function declared in unistd.h, there is no need to provide a separate forward declaration, which could go easily out of date and create a conflict at compile time. Signed-off-by: Paul Osmialowski <[email protected]>