summaryrefslogtreecommitdiffstats
path: root/library/python/symbols/libc
diff options
context:
space:
mode:
Diffstat (limited to 'library/python/symbols/libc')
-rw-r--r--library/python/symbols/libc/ya.make17
1 files changed, 17 insertions, 0 deletions
diff --git a/library/python/symbols/libc/ya.make b/library/python/symbols/libc/ya.make
new file mode 100644
index 00000000000..1aa4d90ac83
--- /dev/null
+++ b/library/python/symbols/libc/ya.make
@@ -0,0 +1,17 @@
+LIBRARY()
+
+PEERDIR(
+ library/python/symbols/registry
+)
+
+IF (GCC OR CLANG)
+ CFLAGS(
+ -Wno-deprecated-declarations # For sem_getvalue.
+ )
+ENDIF()
+
+SRCS(
+ GLOBAL syms.cpp
+)
+
+END()