gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r27079 - libmicrohttpd/src/examples


From: gnunet
Subject: [GNUnet-SVN] r27079 - libmicrohttpd/src/examples
Date: Thu, 9 May 2013 16:10:45 +0200

Author: grothoff
Date: 2013-05-09 16:10:45 +0200 (Thu, 09 May 2013)
New Revision: 27079

Modified:
   libmicrohttpd/src/examples/demo.c
Log:
comments

Modified: libmicrohttpd/src/examples/demo.c
===================================================================
--- libmicrohttpd/src/examples/demo.c   2013-05-09 12:58:14 UTC (rev 27078)
+++ libmicrohttpd/src/examples/demo.c   2013-05-09 14:10:45 UTC (rev 27079)
@@ -781,9 +781,15 @@
 }
 
 
+/**
+ * Function called if we get a SIGPIPE. Does nothing.
+ *
+ * @param sig will be SIGPIPE (ignored)
+ */
 static void
 catcher (int sig)
 {
+  /* do nothing */
 }
 
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]