projects
/
paraslash.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c2d8e73
)
configure: Remove check for return value of signal handlers.
author
Andre Noll
<maan@systemlinux.org>
Sun, 22 Jul 2012 20:29:49 +0000
(22:29 +0200)
committer
Andre Noll
<maan@systemlinux.org>
Mon, 27 Aug 2012 11:01:06 +0000
(13:01 +0200)
These days one may safely assume C89 semantics where the type of a
signal handler is void.
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index bf26d78b5e2c9af963c39d4db6fc9d7d6f8b2093..bc9c36047790106ddcf58a38ca358f1b9caa296c 100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-74,7
+74,6
@@
AC_FUNC_MKTIME
AC_FUNC_MMAP
AC_FUNC_REALLOC
AC_FUNC_SELECT_ARGTYPES
-AC_TYPE_SIGNAL
AC_FUNC_STAT
AC_FUNC_STRFTIME
AC_FUNC_VPRINTF