]> git.proxmox.com Git - ceph.git/blob - ceph/src/jaegertracing/opentelemetry-cpp/tools/vcpkg/ports/cspice/isatty.patch
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / jaegertracing / opentelemetry-cpp / tools / vcpkg / ports / cspice / isatty.patch
1 --- a/cspice/src/cspice/fio.h 2019-11-01 20:51:53.198400000 +0300
2 +++ b/cspice/src/cspice/fio.h 2019-11-01 21:19:58.123200000 +0300
3 @@ -1,3 +1,6 @@
4 +#ifdef _WIN32
5 +#include <io.h> /* for isatty() */
6 +#endif
7 #include "stdio.h"
8 #include "errno.h"
9 #ifndef NULL
10 @@ -75,7 +76,9 @@
11 extern int (*f__donewrec)(void), t_putc(int), x_wSL(void);
12 extern void b_char(char*,char*,ftnlen), g_char(char*,ftnlen,char*);
13 extern int c_sfe(cilist*), z_rnew(void);
14 +#ifndef _WIN32
15 extern int isatty(int);
16 +#endif
17 extern int err__fl(int,int,char*);
18 extern int xrd_SL(void);
19 extern int f__putbuf(int);