From b86199fb609d691b0a12761621760aa52562e195 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Mon, 29 Jan 1996 19:30:15 +0000 Subject: Set $inhibit_glue. --- sysdeps/posix/getcwd.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sysdeps/posix/getcwd.c') diff --git a/sysdeps/posix/getcwd.c b/sysdeps/posix/getcwd.c index 0724ef59a2..4bebece975 100644 --- a/sysdeps/posix/getcwd.c +++ b/sysdeps/posix/getcwd.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1991, 1992, 1993, 1994, 1995 Free Software Foundation, Inc. +/* Copyright (C) 1991, 92, 93, 94, 95, 96 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or @@ -167,7 +167,7 @@ extern char *alloca (); #endif #endif -#ifndef STDC_HEADERS +#if !defined (STDC_HEADERS) && !defined (__GNU_LIBRARY__) #undef size_t #define size_t unsigned int #endif -- cgit 1.4.1