Skip to content
Snippets Groups Projects
Commit aa65c7a5 authored by Bruce Ashfield's avatar Bruce Ashfield
Browse files

unionfs: restore FD_* utility defines


1/1 [
Author: Bruce Ashfield
Email: bruce.ashfield@windriver.com
Subject: unionfs: restore FD_* utility defines
Date: Tue, 21 Aug 2012 22:14:49 -0400

commit 27cd8f513 [posix_types.h: Cleanup stale __NFDBITS and related definition]
removes the defintions for:

 #define NFDBITS                        __NFDBITS

 #define FD_SETSIZE             __FD_SETSIZE
 #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)

Which are still used by unionfs. We restore them to union.h for local use
by unionfs until full replacements are found.

Signed-off-by: default avatarBruce Ashfield <bruce.ashfield@windriver.com>
]

Signed-off-by: default avatarBruce Ashfield <bruce.ashfield@windriver.com>
parent 55248501
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment