Skip to content
Snippets Groups Projects
  • Bruce Ashfield's avatar
    aa65c7a5
    unionfs: restore FD_* utility defines · aa65c7a5
    Bruce Ashfield authored
    
    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>
    aa65c7a5
    History
    unionfs: restore FD_* utility defines
    Bruce Ashfield authored
    
    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>
Code owners
Assign users and groups as approvers for specific file changes. Learn more.