diff options
author | Ulrich Drepper <drepper@redhat.com> | 2001-01-27 05:30:29 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2001-01-27 05:30:29 +0000 |
commit | da23829807c8e5f4c5a179a3fa693250f9d7f6c1 (patch) | |
tree | 2de0ef3e874f36cd5f1c79cf5821f2ad77bb74b6 /pwd | |
parent | 3eee1304546b2562810efb96d48299bba41a6cbe (diff) | |
download | glibc-da23829807c8e5f4c5a179a3fa693250f9d7f6c1.tar.gz glibc-da23829807c8e5f4c5a179a3fa693250f9d7f6c1.tar.xz glibc-da23829807c8e5f4c5a179a3fa693250f9d7f6c1.zip |
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.
Diffstat (limited to 'pwd')
-rw-r--r-- | pwd/pwd.h | 4 |
1 files changed, 2 insertions, 2 deletions
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; |