Skip to content

Latest commit

 

History

History
20 lines (18 loc) · 686 Bytes

File metadata and controls

20 lines (18 loc) · 686 Bytes
title Default Signals | Microsoft Docs
ms.custom
ms.date 11/04/2016
ms.technology
cpp-language
ms.topic language-reference
dev_langs
C++
helpviewer_keywords
default signals
defaults, signals
ms.assetid db9fc17b-75c0-4d33-86be-c536584bbede
author mikeblome
ms.author mblome
ms.workload
cplusplus

Default Signals

ANSI 4.7.1.1 If the equivalent of signal (sig, SIG_DFL) is not executed prior to the call of a signal handler, the blocking of the signal that is performed

Signals are set to their default status when a program begins running.

See Also

Library Functions