1
0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-10-02 00:41:44 +02:00

add mod_export in a couple of places where it was missing

This commit is contained in:
Oliver Kiddle 2001-05-23 08:53:11 +00:00
parent 87f45de409
commit b5ad8bf0de
3 changed files with 6 additions and 2 deletions

@ -1,3 +1,7 @@
2001-05-23 Oliver Kiddle <opk@zsh.org>
* unposted: Src/signals.c, Src/utils.c: add missing mod_exports
2001-05-22 Peter Stephenson <pws@csr.com>
* 14430: Test/ztst.zsh: Be less cavalier about exiting on failure

@ -282,7 +282,7 @@ signal_unblock(sigset_t set)
* be the given signal mask */
/**/
sigset_t
mod_export sigset_t
signal_setmask(sigset_t set)
{
sigset_t oset;

@ -163,7 +163,7 @@ zerrmsg(const char *fmt, const char *str, int num)
* This is used instead of putchar since it can be a macro. */
/**/
int
mod_export int
putraw(int c)
{
putc(c, stdout);