Work around definition of O_NOFOLLOW, and add target for only building and installing headers

This commit is contained in:
Jeremy Soller
2019-04-07 10:11:05 -06:00
parent f4fccc6d19
commit 2fdca9bd0a
4 changed files with 17 additions and 3 deletions
+4
View File
@@ -1,6 +1,10 @@
#ifndef _BITS_FCNTL_H
#define _BITS_FCNTL_H
#if (defined(__redox__))
#define O_NOFOLLOW 0x80000000
#endif
#ifdef __cplusplus
extern "C" {
#endif