summaryrefslogtreecommitdiff
path: root/sysdeps/generic/crypt.h
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/generic/crypt.h')
-rw-r--r--sysdeps/generic/crypt.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/sysdeps/generic/crypt.h b/sysdeps/generic/crypt.h
index 53224596ea..0fdef1843a 100644
--- a/sysdeps/generic/crypt.h
+++ b/sysdeps/generic/crypt.h
@@ -1,7 +1,7 @@
/*
* UFC-crypt: ultra fast crypt(3) implementation
*
- * Copyright (C) 1991, 1992, 1993, 1996 Free Software Foundation, Inc.
+ * Copyright (C) 1991, 1992, 1993, 1996, 1997 Free Software Foundation, Inc.
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Library General Public
@@ -47,12 +47,10 @@ struct crypt_data
extern char *crypt __P ((__const char *__key, __const char *__salt));
-#ifdef __USE_REENTRANT
/* Reentrant versions of the functions above. The additional argument
points to a structure where the results are placed in. */
extern char *crypt_r __P ((__const char *__key, __const char *__salt,
struct crypt_data *__data));
-#endif /* reentrant */
__END_DECLS