public inbox for newlib@sourceware.org
 help / color / mirror / Atom feed
* Fix c6x libgloss port for c99/gcc-14
@ 2023-12-23  3:59 Jeff Law
  0 siblings, 0 replies; only message in thread
From: Jeff Law @ 2023-12-23  3:59 UTC (permalink / raw)
  To: newlib

[-- Attachment #1: Type: text/plain, Size: 71 bytes --]


Just one missing header in this case...

Pushed to the trunk.

Jeff L.

[-- Attachment #2: P --]
[-- Type: text/plain, Size: 491 bytes --]

commit f7d5bd9bbf5e85f1448676dc98a2c5550419e51d
Author: Jeff Law <jeffreyalaw@gmail.com>
Date:   Fri Dec 22 20:57:47 2023 -0700

    Fix c6x libgloss port for c99/gcc-14
    
    Just one missing header in this case...

diff --git a/libgloss/tic6x/kill.c b/libgloss/tic6x/kill.c
index 98cd3c40e..af0afa761 100644
--- a/libgloss/tic6x/kill.c
+++ b/libgloss/tic6x/kill.c
@@ -15,6 +15,8 @@
 #include <_ansi.h>
 #define __MYPID 1
 
+#include <unistd.h>
+
 /*
  * kill -- go out via exit...
  */

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2023-12-23  3:59 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-12-23  3:59 Fix c6x libgloss port for c99/gcc-14 Jeff Law

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).