summaryrefslogtreecommitdiffstats
path: root/src/H5system.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5system.c')
-rw-r--r--src/H5system.c31
1 files changed, 0 insertions, 31 deletions
diff --git a/src/H5system.c b/src/H5system.c
index 36b3ab5..9b40f44 100644
--- a/src/H5system.c
+++ b/src/H5system.c
@@ -13,8 +13,6 @@
/*-------------------------------------------------------------------------
*
* Created: H5system.c
- * Aug 21 2006
- * Quincey Koziol
*
* Purpose: System call wrapper implementations.
*
@@ -109,9 +107,6 @@ HDvasprintf(char **bufp, const char *fmt, va_list _ap)
*
* Failure: Cannot fail.
*
- * Programmer: Leon Arber
- * March 6, 2006.
- *
*-------------------------------------------------------------------------
*/
#ifdef H5_HAVE_RAND_R
@@ -206,9 +201,6 @@ Nflock(int H5_ATTR_UNUSED fd, int H5_ATTR_UNUSED operation)
* Return: Success: The value of timezone
* Failure: -1
*
- * Programmer: Quincey Koziol
- * November 18, 2015
- *
*-------------------------------------------------------------------------
*/
time_t
@@ -292,9 +284,6 @@ done:
* Danny Smith <dannysmith@users.sourceforge.net>
* and released in the public domain.
*
- * Programmer: Scott Wegner
- * May 19, 2009
- *
*-------------------------------------------------------------------------
*/
int
@@ -340,9 +329,6 @@ Wgettimeofday(struct timeval *tv, struct timezone *tz)
* Return: Success: 0
* Failure: non-zero error code
*
- * Programmer: Dana Robinson
- * February 2016
- *
*-------------------------------------------------------------------------
*/
int
@@ -377,9 +363,6 @@ Wsetenv(const char *name, const char *value, int overwrite)
* Return: Success: 0
* Failure: -1
*
- * Programmer: Dana Robinson
- * May 2011
- *
*-------------------------------------------------------------------------
*/
#ifdef H5_HAVE_WIN32_API
@@ -502,9 +485,6 @@ Wflock(int fd, int operation)
* This must be freed by the caller using H5MM_xfree()
* Failure: NULL
*
- * Programmer: Dana Robinson
- * Spring 2019
- *
*-------------------------------------------------------------------------
*/
wchar_t *
@@ -543,9 +523,6 @@ error:
* Return: Success: A POSIX file descriptor
* Failure: -1
*
- * Programmer: Dana Robinson
- * Spring 2019
- *
*-------------------------------------------------------------------------
*/
int
@@ -594,9 +571,6 @@ done:
* Return: Success: 0
* Failure: -1
*
- * Programmer: Dana Robinson
- * Spring 2019
- *
*-------------------------------------------------------------------------
*/
int
@@ -632,9 +606,6 @@ done:
*
* Return: SUCCEED/FAIL
*
- * Programmer: Vailin Choi
- * April 2, 2008
- *
*-------------------------------------------------------------------------
*/
#define MAX_PATH_LEN 1024
@@ -749,8 +720,6 @@ done:
*
* Return: SUCCEED/FAIL
*
- * Programmer: Steffen Kiess
- * June 22, 2015
*--------------------------------------------------------------------------
*/
herr_t