Skip to content
This repository was archived by the owner on Oct 12, 2022. It is now read-only.

Commit e977d8f

Browse files
authored
Merge pull request #2130 from rracariu/master
uClibc remove conflicting enum definitions in core.sys.posix.time merged-on-behalf-of: Iain Buclaw <ibuclaw@gdcproject.org>
2 parents 7121ebc + e43407c commit e977d8f

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

src/core/sys/posix/time.d

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -432,15 +432,8 @@ else version( CRuntime_Musl )
432432
else version( CRuntime_UClibc )
433433
{
434434
enum CLOCK_REALTIME = 0;
435-
enum CLOCK_MONOTONIC = 1;
436435
enum CLOCK_PROCESS_CPUTIME_ID = 2;
437436
enum CLOCK_THREAD_CPUTIME_ID = 3;
438-
enum CLOCK_MONOTONIC_RAW = 4;
439-
enum CLOCK_REALTIME_COARSE = 5;
440-
enum CLOCK_MONOTONIC_COARSE = 6;
441-
enum CLOCK_BOOTTIME = 7;
442-
enum CLOCK_REALTIME_ALARM = 8;
443-
enum CLOCK_BOOTTIME_ALARM = 9;
444437

445438
struct itimerspec
446439
{

0 commit comments

Comments
 (0)