summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2018-04-11 23:23:31 -0500
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2018-04-11 23:24:11 -0500
commit94046871d24d5408adaf61941a4751c77abe06b6 (patch)
tree5ad9237095d443c38aebbd482b59720f26083a20 /include
parent6f592a7812de3190f567174bbb4baa40790831dd (diff)
downloadmusl-94046871d24d5408adaf61941a4751c77abe06b6.tar.gz
musl-94046871d24d5408adaf61941a4751c77abe06b6.tar.bz2
musl-94046871d24d5408adaf61941a4751c77abe06b6.tar.xz
musl-94046871d24d5408adaf61941a4751c77abe06b6.zip
confstr: Add _CS_POSIX_V7_THREADS_*
This is used to determine what CFLAGS/LDFLAGS are needed to enable compilation with threads on musl. We don't have any special ones, so just return an empty string. This is required to be present in <unistd.h>.
Diffstat (limited to 'include')
-rw-r--r--include/unistd.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/unistd.h b/include/unistd.h
index 2b88bbb2..68686dfd 100644
--- a/include/unistd.h
+++ b/include/unistd.h
@@ -460,6 +460,8 @@ int eaccess(const char *, int);
#define _CS_POSIX_V7_LPBIG_OFFBIG_LINTFLAGS 1147
#define _CS_V6_ENV 1148
#define _CS_V7_ENV 1149
+#define _CS_POSIX_V7_THREADS_CFLAGS 1150
+#define _CS_POSIX_V7_THREADS_LDFLAGS 1151
#ifdef __cplusplus
}