diff osdep/Makefile @ 17245:44c24de55f9d

- move our setenv() fallback implementation to osdep - assert that the override param is nonzero (zero is not implemented) - correct return value type to int based on a patch by Diego fixes bugzilla bug #342
author al
date Mon, 26 Dec 2005 03:16:48 +0000
parents 578e8b4c3e7f
children ce1ba8fd57e7
line wrap: on
line diff
--- a/osdep/Makefile	Sun Dec 25 21:33:15 2005 +0000
+++ b/osdep/Makefile	Mon Dec 26 03:16:48 2005 +0000
@@ -4,7 +4,7 @@
 LIBNAME = libosdep.a
 
 SRCS= shmem.c strsep.c strl.c vsscanf.c scandir.c gettimeofday.c fseeko.c \
-      swab.c
+      swab.c setenv.c
       # timer.c
 
 getch = getch2.c