summaryrefslogtreecommitdiff
path: root/libexec/ld.so/ldconfig/ld.h
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>2002-02-16 21:28:12 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>2002-02-16 21:28:12 +0000
commit6d57a1a176004a7d8fc009cdcf760098f86e3263 (patch)
treeee423c619fad03813234b9362694a17f3a638f0b /libexec/ld.so/ldconfig/ld.h
parentc707cb295fc3cac8d8feb343e949e0dcf71b8476 (diff)
Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.
Diffstat (limited to 'libexec/ld.so/ldconfig/ld.h')
-rw-r--r--libexec/ld.so/ldconfig/ld.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/libexec/ld.so/ldconfig/ld.h b/libexec/ld.so/ldconfig/ld.h
index cb00ad572fa..d9b9be014d8 100644
--- a/libexec/ld.so/ldconfig/ld.h
+++ b/libexec/ld.so/ldconfig/ld.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: ld.h,v 1.3 2001/01/30 02:39:04 brad Exp $ */
+/* $OpenBSD: ld.h,v 1.4 2002/02/16 21:27:30 millert Exp $ */
/*
* Header file to make code compatible with ELF version
* ldconfig was taken from the a.out ld.
@@ -7,9 +7,9 @@
extern int n_search_dirs;
extern char **search_dirs;
-char *xstrdup __P((char *));
-void *xmalloc __P((size_t));
-void *xrealloc __P((void *, size_t));
-char *concat __P((const char *, const char *, const char *));
+char *xstrdup(char *);
+void *xmalloc(size_t);
+void *xrealloc(void *, size_t);
+char *concat(const char *, const char *, const char *);
#define PAGSIZ __LDPGSZ