]> git.proxmox.com Git - mirror_edk2.git/blobdiff - StdLib/Include/Ia32/machine/signal.h
edk2: Remove AppPkg, StdLib, StdLibPrivateInternalFiles
[mirror_edk2.git] / StdLib / Include / Ia32 / machine / signal.h
diff --git a/StdLib/Include/Ia32/machine/signal.h b/StdLib/Include/Ia32/machine/signal.h
deleted file mode 100644 (file)
index 235797f..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
-/** @file\r
-    Machine (processor architecture) specific portion of <signal.h>.\r
-\r
-    Copyright (c) 2010 - 2011, Intel Corporation. All rights reserved.<BR>\r
-    This program and the accompanying materials are licensed and made available under\r
-    the terms and conditions of the BSD License that accompanies this distribution.\r
-    The full text of the license may be found at\r
-    http://opensource.org/licenses/bsd-license.php.\r
-\r
-    THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-    WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
-**/\r
-#ifndef _MACHINE_SIGNAL_H\r
-#define _MACHINE_SIGNAL_H\r
-#include  <sys/EfiCdefs.h>\r
-\r
-/** The type sig_atomic_t is the type of an object that can be accessed as an\r
-    atomic entity, even in the presence of asynchronous interrupts.\r
-**/\r
-typedef INTN sig_atomic_t;\r
-\r
-#endif    /* _MACHINE_SIGNAL_H */\r