summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--include/unistd.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/unistd.h b/include/unistd.h
index 7c6bc11..02bc2d3 100644
--- a/include/unistd.h
+++ b/include/unistd.h
@@ -31,6 +31,7 @@
* SUCH DAMAGE.
*
* @(#)unistd.h 8.12 (Berkeley) 4/27/95
+ * $FreeBSD$
*/
#ifndef _UNISTD_H_
@@ -136,6 +137,7 @@ int getdtablesize __P((void));
int getgrouplist __P((const char *, int, int *, int *));
long gethostid __P((void));
int gethostname __P((char *, int));
+char *getlogin_r __P((char *, int));
mode_t getmode __P((const void *, mode_t));
int getpagesize __P((void)) __pure2;
char *getpass __P((const char *));
OpenPOWER on IntegriCloud