Treat model numbers 0x4a/0x4d as Silvermont
[platform/upstream/glibc.git] / stdio-common / tst-fdopen.c
index bbdc4c8..e70a0cd 100644 (file)
@@ -4,6 +4,7 @@
 #include <unistd.h>
 #include <fcntl.h>
 
+#undef assert
 #define assert(x) \
   if (!(x)) \
     { \
@@ -20,7 +21,7 @@ main (int argc, char *argv[])
   char *name;
   FILE *fp = NULL;
   int retval = 0;
-  int c, fd;
+  int fd;
 
   name = tmpnam (NULL);
   fp = fopen (name, "w");