From 920746cbb5d18d8aef284d3fe71a57cd52509117 Mon Sep 17 00:00:00 2001 From: Jakob Kaivo Date: Tue, 14 Nov 2023 12:12:10 -0500 Subject: disable all functions; will strategically reenable them as tested --- src/nl_types/catclose.c | 5 +++++ src/nl_types/catgets.c | 5 +++++ src/nl_types/catopen.c | 5 +++++ src/nl_types/nl_catd.c | 5 +++++ src/nl_types/nl_item.c | 5 +++++ 5 files changed, 25 insertions(+) (limited to 'src/nl_types') diff --git a/src/nl_types/catclose.c b/src/nl_types/catclose.c index 180139d6..c6e22ffa 100644 --- a/src/nl_types/catclose.c +++ b/src/nl_types/catclose.c @@ -1,3 +1,5 @@ +#if 0 + #include int catclose(nl_catd catd) @@ -8,3 +10,6 @@ int catclose(nl_catd catd) /* XOPEN(4) */ + + +#endif diff --git a/src/nl_types/catgets.c b/src/nl_types/catgets.c index 9aebfea7..3401b696 100644 --- a/src/nl_types/catgets.c +++ b/src/nl_types/catgets.c @@ -1,3 +1,5 @@ +#if 0 + #include char * catgets(nl_catd catd, int set_id, int msg_id, const char * s) @@ -8,3 +10,6 @@ char * catgets(nl_catd catd, int set_id, int msg_id, const char * s) /* XOPEN(4) */ + + +#endif diff --git a/src/nl_types/catopen.c b/src/nl_types/catopen.c index 817b1075..0ff564b3 100644 --- a/src/nl_types/catopen.c +++ b/src/nl_types/catopen.c @@ -1,3 +1,5 @@ +#if 0 + #include nl_catd catopen(const char* name, int oflag) @@ -8,3 +10,6 @@ nl_catd catopen(const char* name, int oflag) /* XOPEN(4) */ + + +#endif diff --git a/src/nl_types/nl_catd.c b/src/nl_types/nl_catd.c index cb156d01..32066760 100644 --- a/src/nl_types/nl_catd.c +++ b/src/nl_types/nl_catd.c @@ -1,5 +1,10 @@ +#if 0 + #include typedef unsigned long int nl_catd; /* XOPEN(4) */ + + +#endif diff --git a/src/nl_types/nl_item.c b/src/nl_types/nl_item.c index 1c71e422..891547da 100644 --- a/src/nl_types/nl_item.c +++ b/src/nl_types/nl_item.c @@ -1,5 +1,10 @@ +#if 0 + #include typedef int nl_item; /* XOPEN(4) */ + + +#endif -- cgit v1.2.1