aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWolfgang Draxinger <Wolfgang.Draxinger@draxit.de>2015-04-06 02:01:38 +0200
committerWolfgang Draxinger <Wolfgang.Draxinger@draxit.de>2015-04-06 02:01:38 +0200
commit5dc84b97040fedca3a91c7b73af9c64b89322153 (patch)
tree81808f2a630ebf16a7528d8ff3d0865d1c6bc77d
parentb1545fdf45b37ab693a58ad197df37c03a9a9d0e (diff)
downloadfmlock-5dc84b97040fedca3a91c7b73af9c64b89322153.tar.gz
fmlock-5dc84b97040fedca3a91c7b73af9c64b89322153.tar.bz2
static all the local symbols
-rw-r--r--fmlock.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fmlock.c b/fmlock.c
index 44e8cec..e2f1898 100644
--- a/fmlock.c
+++ b/fmlock.c
@@ -41,7 +41,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#include <errno.h>
#include <string.h>
-int heat_the_cache(int fd)
+static int heat_the_cache(int fd)
{
char buf[1024];
int rv;