We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c03279 commit ca9603fCopy full SHA for ca9603f
1 file changed
libnvme/src/nvme/unistd.h
@@ -7,25 +7,20 @@
7
* Provides functionality that may be missing on some platforms.
8
* Compatibility is not comprehensive. Only functionality required by
9
* nvme-cli and libnvme is included.
10
- *
11
- * Authors: Broc Going <bgoing@micron.com>
12
- * Brandon Capener <bcapener@micron.com>
+ *
+ * Authors: Brandon Busacker <bbusacker@micron.com>
+ * Broc Going <bgoing@micron.com>
13
*/
14
#pragma once
15
16
#include <unistd.h>
17
18
#if defined(_WIN32) || defined(_WIN64)
19
20
-#include <io.h>
21
#include <sysinfoapi.h>
22
23
/* unistd.h POSIX compatibility */
24
25
-#define STDERR_FILENO 2
26
-#define STDOUT_FILENO 1
27
-#define STDIN_FILENO 0
28
-
29
/* getpagesize implementation for Windows */
30
static inline int getpagesize(void)
31
{
0 commit comments