mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Local change: remove unnecessary __cdecl
This commit is contained in:
parent
0dd793f645
commit
5475ddb73a
2 changed files with 2 additions and 2 deletions
|
|
@ -183,7 +183,7 @@ typedef union ptr_ovl
|
|||
#define OSD_PRINT(lvl,fp) TEST_OUTPUT_LEVEL(lvl) {\
|
||||
AcpiOsPrintf PARAM_LIST(fp);}
|
||||
|
||||
void __cdecl
|
||||
void
|
||||
AeCtrlCHandler (
|
||||
int Sig);
|
||||
|
||||
|
|
|
|||
|
|
@ -195,7 +195,7 @@ RSDT_DESCRIPTOR_REV1 *LocalRSDT;
|
|||
*
|
||||
*****************************************************************************/
|
||||
|
||||
void __cdecl
|
||||
void
|
||||
AeCtrlCHandler (
|
||||
int Sig)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue