From f830a7f84dda931307785dd9653c3627c9cc6386 Mon Sep 17 00:00:00 2001 From: Miklos Szeredi Date: Fri, 16 Nov 2001 17:46:45 +0000 Subject: multithreading works in Python --- example/fusexmp.c | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'example/fusexmp.c') 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 -- cgit v1.2.3