aboutsummaryrefslogtreecommitdiff
path: root/libgloss/cr16/getpid.c
diff options
context:
space:
mode:
Diffstat (limited to 'libgloss/cr16/getpid.c')
-rw-r--r--libgloss/cr16/getpid.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/libgloss/cr16/getpid.c b/libgloss/cr16/getpid.c
index d254c9b..efe1900 100644
--- a/libgloss/cr16/getpid.c
+++ b/libgloss/cr16/getpid.c
@@ -19,8 +19,7 @@
* getpid -- only one process, so just return 1.
*/
int
-_DEFUN (_getpid, (),
- )
+_getpid (void)
{
return __MYPID;
}