From: roland Date: Tue, 12 May 1992 05:08:44 +0000 (+0000) Subject: Formerly ../dirent/dirent.h.~8~ X-Git-Tag: jems-14oct94~4575 X-Git-Url: http://git.csclub.uwaterloo.ca/?p=kopensolaris-gnu%2Fglibc.git;a=commitdiff_plain;h=d8591a7176db3d98505bda00567dfad681a053b7 Formerly ../dirent/dirent.h.~8~ --- diff --git a/dirent/dirent.h b/dirent/dirent.h index f974d3ffe5..3c60268011 100644 --- a/dirent/dirent.h +++ b/dirent/dirent.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 _DIRENT_H 1 #include +#ifdef __cplusplus +extern "C" { +#endif + #include #define __need_size_t @@ -100,5 +104,8 @@ extern __off_t EXFUN(telldir, (DIR *__dirp)); #endif /* Use BSD or misc. */ +#ifdef __cplusplus +} +#endif #endif /* dirent.h */