]> granicus.if.org Git - check/commit
Change definition of unsetenv to follow POSIX.1-2001
authorbrarcher <brarcher@64e312b2-a51f-0410-8e61-82d0ca0eb02a>
Sun, 4 Nov 2012 03:13:44 +0000 (03:13 +0000)
committerbrarcher <brarcher@64e312b2-a51f-0410-8e61-82d0ca0eb02a>
Sun, 4 Nov 2012 03:13:44 +0000 (03:13 +0000)
commitf7fcda6c4cc65aede241b72bc0674dd9ea93fada
treeae7281260dea0c974bf36e4733c99b6148196fe2
parent0c6fa209c36e4fda3a4c538ac2d7a3b820e5b5a1
Change definition of unsetenv to follow POSIX.1-2001

Prior to glibc 2.2.2, unsetenv() was prototyped as returning void, as was
this version. However, check's unit tests expect unsetenv to return
an integer. On systems where the override version of unsetenv is used,
check would not compile.

git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@643 64e312b2-a51f-0410-8e61-82d0ca0eb02a
lib/libcompat.h
lib/unsetenv.c