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.
unionfs.scc 487 B
kconf non-hardware unionfs.cfg

patch unionfs-introduce-unionfs-2.5.10-core-support.patch
patch unionfs-use-proper-accessors-for-i_nlink.patch
patch unionfs-replace-d_alloc_root-with-d_make_root.patch
patch unionfs-v3.4-build-fixups.patch
patch unionfs-change-end_writeback-to-clear_inode.patch
patch Unionfs-update-show_options-prototype.patch
patch Unionfs-use-mode_t.patch
patch unionfs-update-unionfs-fork-to-align-with-mainline.patch
patch unionfs-restore-FD_-utility-defines.patch