diff options
author | Alexander Smirnov <alex@ydb.tech> | 2024-07-08 15:54:05 +0000 |
---|---|---|
committer | Alexander Smirnov <alex@ydb.tech> | 2024-07-08 15:54:05 +0000 |
commit | fc7be18c76af2e700641f3598c4856baeef1428e (patch) | |
tree | 11dbca45eb321c3a4dd08b12152acc6ef5dd3fa9 /build/sysincl/linux.yml | |
parent | ec0e7ed6da6fb317741fd8468602949a1362eca5 (diff) | |
parent | c92cb9d3a19331916f0c274d80e67f02a62caa9b (diff) | |
download | ydb-fc7be18c76af2e700641f3598c4856baeef1428e.tar.gz |
Merge branch 'rightlib' into mergelibs-240708-1553
Diffstat (limited to 'build/sysincl/linux.yml')
-rw-r--r-- | build/sysincl/linux.yml | 19 |
1 files changed, 2 insertions, 17 deletions
diff --git a/build/sysincl/linux.yml b/build/sysincl/linux.yml index 34bbf867d7..b205d25294 100644 --- a/build/sysincl/linux.yml +++ b/build/sysincl/linux.yml @@ -1,5 +1,6 @@ +# FIXME: this is actually a glibc (libc6-dev) headers listing. +# It should be disassembled and libc-to-nothing should be used instead. - includes: - - _G_config.h - a.out.h - aliases.h - ansidecl.h @@ -23,9 +24,6 @@ - gshadow.h - ieee754.h - libio.h - - linux/compiler.h - - linux/irda.h - - linux/smb.h - mcheck.h - netash/ash.h - netatalk/at.h @@ -52,16 +50,3 @@ - ttyent.h - ustat.h - xlocale.h - -- includes: - - jni.h: contrib/libs/jdk/include/jni.h - - jni_md.h: - - contrib/libs/jdk/include/darwin/jni_md.h - - contrib/libs/jdk/include/linux/jni_md.h - - contrib/libs/jdk/include/win32/jni_md.h - -# These are stubs for actual resolving into system -- source_filter: "^contrib/libs/glibcasm" - includes: - - stdc-predef.h: contrib/libs/glibcasm/glibc/include/stdc-predef.h - - gnu/stubs.h: contrib/libs/glibcasm/glibc/include/gnu/stubs.h |