tar: support -T - and -X -
[oweals/busybox.git] / libbb / pidfile.c
index cafa7891f30c2c7fbee27e9a7af73d8eb6b2b6ab..a48dfc38b2c8f2a02c99bd42650b79bbcab867d4 100644 (file)
@@ -4,7 +4,7 @@
  *
  * Copyright (C) 2007 by Stephane Billiart <stephane.billiart@gmail.com>
  *
- * Licensed under GPLv2 or later, see file LICENSE in this tarball for details.
+ * Licensed under GPLv2 or later, see file LICENSE in this source tree.
  */
 
 /* Override ENABLE_FEATURE_PIDFILE */
@@ -13,7 +13,7 @@
 
 smallint wrote_pidfile;
 
-void write_pidfile(const char *path)
+void FAST_FUNC write_pidfile(const char *path)
 {
        int pid_fd;
        char *end;