[119845] trunk/base/src/pextlib1.0/flock.c

cal at macports.org cal at macports.org
Wed May 7 16:55:12 PDT 2014


Revision: 119845
          https://trac.macports.org/changeset/119845
Author:   cal at macports.org
Date:     2014-05-07 16:55:12 -0700 (Wed, 07 May 2014)
Log Message:
-----------
base: pextlib1.0/flock.c: Add missing static

Modified Paths:
--------------
    trunk/base/src/pextlib1.0/flock.c

Modified: trunk/base/src/pextlib1.0/flock.c
===================================================================
--- trunk/base/src/pextlib1.0/flock.c	2014-05-07 23:52:03 UTC (rev 119844)
+++ trunk/base/src/pextlib1.0/flock.c	2014-05-07 23:55:12 UTC (rev 119845)
@@ -48,7 +48,7 @@
 
 #include "flock.h"
 
-volatile int alarmReceived = 0;
+static volatile int alarmReceived = 0;
 
 static void alarmHandler(int sig UNUSED) {
     alarmReceived = 1;
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140507/df2c30e5/attachment.html>


More information about the macports-changes mailing list