git: <sys/signal.h>: Adjust a number of struct member types to POSIX.

Sascha Wildner swildner at crater.dragonflybsd.org
Sat Jun 29 12:10:40 PDT 2019


commit 4986628b1680540c4ffdc6a4c7362b238ee3dbbf
Author: Sascha Wildner <saw at online.de>
Date:   Sat Jun 29 21:08:15 2019 +0200

    <sys/signal.h>: Adjust a number of struct member types to POSIX.
    
    * siginfo_t's si_pid and si_uid, and stack_t's ss_size. For all of
      these, there are no changes in type sizes and signs.
    
    * Also define the pid_t, uid_t and size_t types, as required by
      the standard.

Summary of changes:
 sys/sys/signal.h | 23 +++++++++++++++++++----
 1 file changed, 19 insertions(+), 4 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/4986628b1680540c4ffdc6a4c7362b238ee3dbbf


-- 
DragonFly BSD source repository



More information about the Commits mailing list