Whamcloud - gitweb
LU-2850 kernel: 3.8 upstream kills daemonize()
[fs/lustre-release.git] / libcfs / include / libcfs / winnt / winnt-prim.h
index 985af01..e234bba 100644 (file)
@@ -442,8 +442,6 @@ typedef struct _cfs_thread_context {
     void *              arg;
 } cfs_thread_context_t;
 
-int cfs_create_thread(int (*func)(void *), void *arg, unsigned long flag);
-
 /*
  * thread creation flags from Linux, not used in winnt
  */
@@ -461,8 +459,6 @@ int cfs_create_thread(int (*func)(void *), void *arg, unsigned long flag);
 
 #define CLONE_SIGNAL    (CLONE_SIGHAND | CLONE_THREAD)
 
-#define CFS_DAEMON_FLAGS (CLONE_VM|CLONE_FILES)
-
 /*
  * group_info: linux/sched.h
  */