Commit d0f2613c authored by Jeroen Demeyer's avatar Jeroen Demeyer

Fix duplicate declaration in posix/time.pxd

parent bfa76156
......@@ -4,9 +4,6 @@ from posix.types cimport suseconds_t, time_t, clockid_t, timer_t
from posix.signal cimport sigevent
cdef extern from "<sys/time.h>" nogil:
enum: CLOCK_PROCESS_CPUTIME_ID
enum: CLOCK_THREAD_CPUTIME_ID
enum: CLOCK_REALTIME
enum: TIMER_ABSTIME
enum: CLOCK_MONOTONIC
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment