Skip to content

Commit

Permalink
strsignal: add prototype to libdicl headers and bump libdicl version …
Browse files Browse the repository at this point in the history
…to 0.1.16
  • Loading branch information
danielhams committed Dec 26, 2019
1 parent 6f57dec commit 2ac877d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
4 changes: 3 additions & 1 deletion libdicl/configure.ac
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
AC_PREREQ(2.65)
AC_INIT([libdicl],
[0.1.15],
[0.1.16],
[[email protected]])

AC_SUBST(ACLOCAL_AMFLAGS, "-I macros")
Expand All @@ -21,6 +21,8 @@ AC_DEFINE_UNQUOTED(PACKAGE_SUFFIX, "$PACKAGE_SUFFIX", [Suffix of the package])
AC_STDC_HEADERS
AC_PROG_CC

# Force replacement functions for some known
# broken stuff that isn't auto-detected correctly.
gl_cv_func_select_supports0=no
gl_cv_func_select_detects_ebadf=no
gl_cv_func_strtod_works=no
Expand Down
3 changes: 3 additions & 0 deletions libdicl/src/repl_headers/string.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ char *strsep(char **, char*);

char *strcasestr(const char*, const char*);

char *strsignal(int sig);
/* If you are looking for an associated sys_siglist - try _sys_siglist */

#if defined(__cplusplus)
}
#endif
Expand Down

0 comments on commit 2ac877d

Please sign in to comment.