From c9caec621be48533b6adf9a1d0d2bd0e8255d484 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Fri, 25 Feb 2000 23:28:51 +0000 Subject: Update. * posix/environ.c: Moved to... * sysdeps/generic/environ.c: ...here. New file. --- posix/environ.c | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 posix/environ.c (limited to 'posix') diff --git a/posix/environ.c b/posix/environ.c deleted file mode 100644 index a0ed0d80ea..0000000000 --- a/posix/environ.c +++ /dev/null @@ -1,12 +0,0 @@ -/* This file just defines the `__environ' variable (and alias `environ'). */ - -#include -#include - -/* This must be initialized; we cannot have a weak alias into bss. */ -char **__environ = NULL; -weak_alias (__environ, environ) - -/* The SVR4 ABI says `_environ' will be the name to use - in case the user overrides the weak alias `environ'. */ -weak_alias (__environ, _environ) -- cgit 1.4.1