Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2321aaba authored by Steve Muckle's avatar Steve Muckle Committed by Matt Wagantall
Browse files

uapi: time: remap FD_* macros to __FD_*



Some userspace components have not yet stopped relying
on the kernel to provide this mapping.

Signed-off-by: default avatarSteve Muckle <smuckle@codeaurora.org>
parent 0aba63c6
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -22,6 +22,10 @@ struct timezone {
	int	tz_dsttime;	/* type of dst correction */
};

#define FD_SET(fd,fdsetp)       __FD_SET(fd,fdsetp)
#define FD_CLR(fd,fdsetp)       __FD_CLR(fd,fdsetp)
#define FD_ISSET(fd,fdsetp)     __FD_ISSET(fd,fdsetp)
#define FD_ZERO(fdsetp)         __FD_ZERO(fdsetp)

/*
 * Names of the interval timers, and structure