diff options
author | Roland McGrath <roland@gnu.org> | 1992-05-12 05:08:24 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1992-05-12 05:08:24 +0000 |
commit | 742a52c34588113a900d37b620b7da8b582b546f (patch) | |
tree | 39d702a0d4533d5b45f587244abfe3ac1b3e6be1 /grp | |
parent | 1c46e70c06a244eec21f02cf908840ca0b8d5791 (diff) | |
download | glibc-742a52c34588113a900d37b620b7da8b582b546f.tar.gz glibc-742a52c34588113a900d37b620b7da8b582b546f.tar.xz glibc-742a52c34588113a900d37b620b7da8b582b546f.zip |
Formerly ../grp/grp.h.~8~
Diffstat (limited to 'grp')
-rw-r--r-- | grp/grp.h | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/grp/grp.h b/grp/grp.h index 529e6f9cfd..f0a45c3f28 100644 --- a/grp/grp.h +++ b/grp/grp.h @@ -1,4 +1,4 @@ -/* Copyright (C) 1991 Free Software Foundation, Inc. +/* Copyright (C) 1991, 1992 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 @@ -25,6 +25,10 @@ Cambridge, MA 02139, USA. */ #define _GRP_H 1 #include <features.h> +#ifdef __cplusplus +extern "C" { +#endif + #include <gnu/types.h> @@ -94,5 +98,8 @@ extern int EXFUN(initgroups, (CONST char *user, __gid_t group)); #endif /* Use BSD. */ +#ifdef __cplusplus +} +#endif #endif /* grp.h */ |