(Logical change 1.44) git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@128 fd59a12c-fef9-0310-b244-a6a79926bd2f
@@ -34,8 +34,8 @@
#ifndef POLL_H_DEFINED
#define POLL_H_DEFINED
-typedef int poll_timer_handle;
-typedef int poll_handle;
+typedef unsigned int poll_timer_handle;
+typedef unsigned int poll_handle;
poll_handle poll_create (void);