summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/stdlib.h2
-rw-r--r--include/unistd.h3
2 files changed, 3 insertions, 2 deletions
diff --git a/include/stdlib.h b/include/stdlib.h
index 31cdb8a..476f520 100644
--- a/include/stdlib.h
+++ b/include/stdlib.h
@@ -166,7 +166,7 @@ int cgetustr __P((char *, char *, char **));
int daemon __P((int, int));
char *devname __P((int, int));
int getloadavg __P((double [], int));
-const char *
+__const char *
getprogname __P((void));
char *group_from_gid __P((unsigned long, int));
diff --git a/include/unistd.h b/include/unistd.h
index 1569369..bfad0f2 100644
--- a/include/unistd.h
+++ b/include/unistd.h
@@ -122,7 +122,8 @@ char *brk __P((const char *));
int chroot __P((const char *));
size_t confstr __P((int, char *, size_t));
char *crypt __P((const char *, const char *));
-const char *crypt_get_format __P((void));
+__const char *
+ crypt_get_format __P((void));
int crypt_set_format __P((const char *));
int des_cipher __P((const char *, char *, long, int));
int des_setkey __P((const char *key));
OpenPOWER on IntegriCloud