view modules/putenv @ 40215:88b18d82fa61

crypto/des: Fix undefined behaviour. * lib/des.c (READ_64BIT_DATA): Cast bytes to 'unsigned int', to avoid shift operations on 'int'.
author Bruno Haible <bruno@clisp.org>
date Sat, 09 Mar 2019 22:21:25 +0100
parents a72ac603a92f
children
line wrap: on
line source

Description:
putenv() function: change or add an environment variable.

Files:
lib/putenv.c
m4/putenv.m4

Depends-on:
stdlib
environ         [test $REPLACE_PUTENV = 1]
malloc-posix    [test $REPLACE_PUTENV = 1]

configure.ac:
gl_FUNC_PUTENV
if test $REPLACE_PUTENV = 1; then
  AC_LIBOBJ([putenv])
  gl_PREREQ_PUTENV
fi
gl_STDLIB_MODULE_INDICATOR([putenv])

Makefile.am:

Include:
<stdlib.h>

License:
LGPL

Maintainer:
Jim Meyering, glibc