summaryrefslogtreecommitdiff
path: root/src/os.h
diff options
context:
space:
mode:
authorAmadeusz Sławiński (amade) <amade@asmblr.net>2011-04-10 00:11:28 +0200
committerAmadeusz Sławiński <amade@asmblr.net>2015-06-25 14:53:51 +0200
commit28f06ddc55d96582073eb3c8531c8051652bce7a (patch)
tree085753552ec12a08e6846a6615bb8e3fbcdb2258 /src/os.h
parent5c2a29e1f42369a745ceb25fdade581a26fa8878 (diff)
downloadscreen-28f06ddc55d96582073eb3c8531c8051652bce7a.tar.gz
cosmetic fix
Diffstat (limited to 'src/os.h')
-rw-r--r--src/os.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/os.h b/src/os.h
index fc3a577..3d2573b 100644
--- a/src/os.h
+++ b/src/os.h
@@ -369,14 +369,6 @@ extern int errno;
* signal handling
*/
-#ifdef SIGVOID
-# define SIGRETURN
-# define sigret_t void
-#else
-# define SIGRETURN return 0;
-# define sigret_t int
-#endif
-
#ifndef SIGCHLD
#define SIGCHLD SIGCLD
#endif