git: libc - Attribute setcontext() and getcontext()

Matthew Dillon dillon at crater.dragonflybsd.org
Sat Jun 6 21:08:15 PDT 2015


commit 0499b79d83f0ced31684b13b32877d86f16bfb84
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date:   Sat Jun 6 21:06:55 2015 -0700

    libc - Attribute setcontext() and getcontext()
    
    * Give getcontext() the __returns_twice attribute and
      give setcontext() the __dead2 attribute.
    
    Suggested-by: swildner

Summary of changes:
 sys/sys/ucontext.h | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/0499b79d83f0ced31684b13b32877d86f16bfb84


-- 
DragonFly BSD source repository



More information about the Commits mailing list