commit bash-20121119 snapshot

This commit is contained in:
Chet Ramey
2012-12-07 11:06:21 -05:00
parent f37a40a432
commit 0500de0b2d
17 changed files with 196 additions and 33 deletions
+8 -3
View File
@@ -45,11 +45,11 @@
# define NULL 0
#endif
#if !defined (__STRING)
#if !defined (CPP_STRING)
# if defined (HAVE_STRINGIZE)
# define __STRING(x) #x
# define CPP_STRING(x) #x
# else
# define __STRING(x) "x"
# define CPP_STRING(x) "x"
# endif /* !HAVE_STRINGIZE */
#endif /* !__STRING */
@@ -165,4 +165,9 @@ do { \
# define _(x) x
#endif
#include <signal.h>
extern void _malloc_block_signals __P((sigset_t *, sigset_t *));
extern void _malloc_unblock_signals __P((sigset_t *, sigset_t *));
#endif /* _IMALLOC_H */