Commit bab4d4b8 authored by scoder's avatar scoder Committed by GitHub

Merge pull request #2131 from jdemeyer/duplicate

Fix duplicate declaration in posix/time.pxd
parents bfa76156 d0f2613c
......@@ -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