diff options
| author | Michael Reed <Pyrohh@users.noreply.github.com> | 2015-11-25 19:52:33 -0500 |
|---|---|---|
| committer | Michael Reed <Pyrohh@users.noreply.github.com> | 2015-11-25 19:52:33 -0500 |
| commit | d3dbaa321b86bd35e12e759590418e3fbe1929ae (patch) | |
| tree | 8f8eb05cc5ae6d4bdc2d1325a40af8c82f49fc20 /test/includes/pre/sys/errno.h | |
| parent | 4f24b9e06f59592c120dd6d5c1e7f0f4a53b23f1 (diff) | |
| parent | d873084581c5c94d2a910aea8561ea1d64eeafbd (diff) | |
| download | rneovim-d3dbaa321b86bd35e12e759590418e3fbe1929ae.tar.gz rneovim-d3dbaa321b86bd35e12e759590418e3fbe1929ae.tar.bz2 rneovim-d3dbaa321b86bd35e12e759590418e3fbe1929ae.zip | |
Merge pull request #3531 from equalsraf/tb-cleanup-os-errors
[RFC] Cleanup use of os_* functions errors and errno
Diffstat (limited to 'test/includes/pre/sys/errno.h')
| -rw-r--r-- | test/includes/pre/sys/errno.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/test/includes/pre/sys/errno.h b/test/includes/pre/sys/errno.h deleted file mode 100644 index 0b8934d33e..0000000000 --- a/test/includes/pre/sys/errno.h +++ /dev/null @@ -1,4 +0,0 @@ -#include <sys/errno.h> - -static const int kENOENT = ENOENT; -static const int kEEXIST = EEXIST; |