mirror of
git://git.code.sf.net/p/zsh/code
synced 2024-11-19 13:33:52 +01:00
add mod_export in a couple of places where it was missing
This commit is contained in:
parent
87f45de409
commit
b5ad8bf0de
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user