Treat model numbers 0x4a/0x4d as Silvermont
[platform/upstream/glibc.git] / stdio-common / tst-fdopen.c
index 98acaed..e70a0cd 100644 (file)
@@ -4,6 +4,7 @@
 #include <unistd.h>
 #include <fcntl.h>
 
+#undef assert
 #define assert(x) \
   if (!(x)) \
     { \