windows-nt/Source/XPSP1/NT/base/subsys/posix/rtl/stubs.c

37 lines
332 B
C
Raw Normal View History

2020-09-26 03:20:57 -05:00
/*++
Copyright (c) 1990 Microsoft Corporation
Module Name:
stubs.c
Abstract:
This module contains stubs for routines that posix crts are lacking.
Author:
Ellen Aycock-Wright (ellena) 04-Jan-1990
Environment:
User Mode only
Revision History:
--*/
#include <nt.h>
void
_chkstk()
{
}
void
_fptrap()
{
}