[Glibc-bsd-commits] r4706 - trunk/glibc-ports/fbtl

Petr Salinger ps-guest at alioth.debian.org
Tue Jul 9 19:31:29 UTC 2013


Author: ps-guest
Date: 2013-07-09 19:31:29 +0000 (Tue, 09 Jul 2013)
New Revision: 4706

Modified:
   trunk/glibc-ports/fbtl/pthread_mutex_init.c
Log:
properly add default:


Modified: trunk/glibc-ports/fbtl/pthread_mutex_init.c
===================================================================
--- trunk/glibc-ports/fbtl/pthread_mutex_init.c	2013-07-09 19:30:57 UTC (rev 4705)
+++ trunk/glibc-ports/fbtl/pthread_mutex_init.c	2013-07-09 19:31:29 UTC (rev 4706)
@@ -79,6 +79,7 @@
 	return ENOTSUP;
       break;
 #else
+    default:
 	return ENOTSUP;
 #endif      
     }




More information about the Glibc-bsd-commits mailing list