git://scm.lunaixsky.com
/
lunaix-os.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
renamed and cleaned up export header files to match linux convention
[lunaix-os.git]
/
lunaix-os
/
includes
/
usr
/
lunaix
/
threads.h
diff --git
a/lunaix-os/includes/usr/lunaix/threads.h
b/lunaix-os/includes/usr/lunaix/threads.h
index a20b52ff69afe5bd689ed1ef399baad7d5c6ed5e..c70e40711df21058cfff43c8a49efe117b07cef5 100644
(file)
--- a/
lunaix-os/includes/usr/lunaix/threads.h
+++ b/
lunaix-os/includes/usr/lunaix/threads.h
@@
-1,11
+1,12
@@
-#ifndef _
_LUNAIX
_USR_THREADS_H
-#define _
_LUNAIX
_USR_THREADS_H
+#ifndef _
LUNAIX_UHDR
_USR_THREADS_H
+#define _
LUNAIX_UHDR
_USR_THREADS_H
#include "types.h"
#include "types.h"
-struct uthread_param {
+struct uthread_param
+{
void* th_handler;
void* arg1;
};
void* th_handler;
void* arg1;
};
-#endif /* _
_LUNAIX
_USR_THREADS_H */
+#endif /* _
LUNAIX_UHDR
_USR_THREADS_H */