Loading...
stdlib/FreeBSD/getenv.c.patch Libc-320 Libc-391.4.1
--- Libc/Libc-320/stdlib/FreeBSD/getenv.c.patch
+++ Libc/Libc-391.4.1/stdlib/FreeBSD/getenv.c.patch
@@ -1,13 +1,16 @@
---- getenv.c.orig	Mon Apr 28 16:37:26 2003
-+++ getenv.c	Sat May  3 14:29:07 2003
-@@ -40,6 +40,7 @@
+--- getenv.c.orig	2004-12-01 20:08:48.000000000 -0800
++++ getenv.c	2004-12-01 20:10:20.000000000 -0800
+@@ -40,8 +40,9 @@
  #include <stdlib.h>
  #include <stddef.h>
  #include <string.h>
 +#include <crt_externs.h>
  
- inline char *__findenv(const char *, int *);
+-inline char *__findenv(const char *, int *);
++inline char *__findenv(const char *, int *) __attribute__((always_inline));
  
+ /*
+  * __findenv --
 @@ -57,7 +58,7 @@
  	const char *name;
  	int *offset;