git: confstr(3): Add minimal support for V[67]_ENV.

Sascha Wildner swildner at crater.dragonflybsd.org
Sun Jun 13 04:04:11 PDT 2021


commit 48e07bd59768d42e9341c360287fc4704d37cba2
Author: Sascha Wildner <saw at online.de>
Date:   Sun Jun 13 12:55:59 2021 +0200

    confstr(3): Add minimal support for V[67]_ENV.
    
    _CS_V6_ENV and _CS_V7_ENV were both added in Issue 7 of the standard.
    Issue 6 did not have _CS_V6_ENV.
    
    Right now they are empty. We'll see if more is needed in the future,
    but I doubt it.

Summary of changes:
 include/unistd.h              | 2 ++
 lib/libc/gen/confstr.c        | 5 +++++
 usr.bin/getconf/confstr.gperf | 2 ++
 3 files changed, 9 insertions(+)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/48e07bd59768d42e9341c360287fc4704d37cba2


-- 
DragonFly BSD source repository


More information about the Commits mailing list