Skip to content
Snippets Groups Projects
Commit 5d19e043 authored by Hallvard Furuseth's avatar Hallvard Furuseth
Browse files

Fix typo in socklen_t comment (signal.h -> sys/types.h and sys/socket.h)

parent 184a9663
No related branches found
No related tags found
No related merge requests found
......@@ -745,7 +745,7 @@ AC_DEFUN(OL_TYPE_SIG_ATOMIC_T,
])dnl
dnl
dnl ====================================================================
dnl Define socklen_t if not defined in signal.h
dnl Define socklen_t if not defined in sys/types.h or sys/socket.h
AC_DEFUN(OL_TYPE_SOCKLEN_T,
[AC_CACHE_CHECK(for socklen_t, ol_cv_type_socklen_t,
[AC_TRY_COMPILE([
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment