aboutsummaryrefslogtreecommitdiffstats
path: root/example/fusexmp.c
diff options
context:
space:
mode:
authorMiklos Szeredi <miklos@szeredi.hu>2001-11-16 17:46:45 +0000
committerMiklos Szeredi <miklos@szeredi.hu>2001-11-16 17:46:45 +0000
commitf830a7f84dda931307785dd9653c3627c9cc6386 (patch)
tree333cb16ef36317812ee41013e6f99872bce439c3 /example/fusexmp.c
parent680a69a8be8b7dd9bf1beae4e48e927d0fb1cd7f (diff)
downloadlibfuse-f830a7f84dda931307785dd9653c3627c9cc6386.tar.gz
multithreading works in Python
Diffstat (limited to 'example/fusexmp.c')
-rw-r--r--example/fusexmp.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/example/fusexmp.c b/example/fusexmp.c
index 2bcdb37..1f1f2a3 100644
--- a/example/fusexmp.c
+++ b/example/fusexmp.c
@@ -1,3 +1,11 @@
+/*
+ FUSE: Filesystem in Userspace
+ Copyright (C) 2001 Miklos Szeredi (mszeredi@inf.bme.hu)
+
+ This program can be distributed under the terms of the GNU GPL.
+ See the file COPYING.
+*/
+
#ifdef linux
/* For pread()/pwrite() */
#define _XOPEN_SOURCE 500