From da23829807c8e5f4c5a179a3fa693250f9d7f6c1 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sat, 27 Jan 2001 05:30:29 +0000 Subject: Update. * conform/conformtest.pl: Implement optional-element. Define $mustprepend{"sched.h"}. * conform/data/sched.h-data: Make sporadic scheduler definitions optional. * pwd/pwd.h: Don't define getpwent_r for XPG. --- pwd/pwd.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pwd') diff --git a/pwd/pwd.h b/pwd/pwd.h index 651b9da63d..7a18e743c3 100644 --- a/pwd/pwd.h +++ b/pwd/pwd.h @@ -1,4 +1,4 @@ -/* Copyright (C) 1991, 92, 95, 96, 97, 98, 99 Free Software Foundation, Inc. +/* Copyright (C) 1991,92,95,96,97,98,99,2001 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 @@ -107,7 +107,7 @@ extern struct passwd *getpwnam (__const char *__name) __THROW; other reentrant functions so the chances are good this is what the POSIX people would choose. */ -# if defined __USE_SVID || defined __USE_MISC || defined __USE_XOPEN_EXTENDED +# if defined __USE_SVID || defined __USE_MISC extern int getpwent_r (struct passwd *__restrict __resultbuf, char *__restrict __buffer, size_t __buflen, struct passwd **__restrict __result) __THROW; -- cgit 1.4.1