git: <fcntl.h>: Add some missing defines (required by POSIX).
    Sascha Wildner 
    swildner at crater.dragonflybsd.org
       
    Mon Apr 24 10:23:15 PDT 2017
    
    
  
commit f30091155bf042c3e2934ca63573dabebe30f556
Author: Sascha Wildner <saw at online.de>
Date:   Mon Apr 24 19:22:39 2017 +0200
    <fcntl.h>: Add some missing defines (required by POSIX).
    
       SEEK_SET   S_ISUID   S_IRWXU   S_IRWXG   S_IRWXO
       SEEK_CUR   S_ISGID   S_IRUSR   S_IRGRP   S_IROTH
       SEEK_END             S_IWUSR   S_IWGRP   S_IWOTH
                            S_IXUSR   S_IXGRP   S_IXOTH
    
    Adjust <stat.h>, <stdio.h> and <unistd.h> accordingly.
    
    See http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/fcntl.h.html
Summary of changes:
 include/stdio.h  |  1 +
 sys/sys/fcntl.h  | 55 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
 sys/sys/stat.h   | 29 +++++++++++++++++++++++++++++
 sys/sys/unistd.h |  9 ++++++++-
 4 files changed, 93 insertions(+), 1 deletion(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/f30091155bf042c3e2934ca63573dabebe30f556
-- 
DragonFly BSD source repository
    
    
More information about the Commits
mailing list