mirror of
https://salsa.debian.org/srivasta/make-dfsg.git
synced 2025-02-07 13:03:08 +00:00
Fix last commit.
This commit is contained in:
parent
9fc787c658
commit
7df0fe77d8
1 changed files with 1 additions and 1 deletions
|
@ -350,7 +350,7 @@ char *strsignal (int signum);
|
||||||
# include <malloc.h>
|
# include <malloc.h>
|
||||||
# define pipe(_p) _pipe((_p), 512, O_BINARY)
|
# define pipe(_p) _pipe((_p), 512, O_BINARY)
|
||||||
# define kill(_pid,_sig) w32_kill((_pid),(_sig))
|
# define kill(_pid,_sig) w32_kill((_pid),(_sig))
|
||||||
/* MSVC doesn't have ftruncate. */
|
/* MSVC and Watcom C don't have ftruncate. */
|
||||||
# if defined(_MSC_VER) || defined(__WATCOMC__)
|
# if defined(_MSC_VER) || defined(__WATCOMC__)
|
||||||
# define ftruncate(_fd,_len) _chsize(_fd,_len)
|
# define ftruncate(_fd,_len) _chsize(_fd,_len)
|
||||||
# endif
|
# endif
|
||||||
|
|
Loading…
Reference in a new issue