Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Johnston <jjohnstn@redhat.com>2009-12-18 00:08:04 +0300
committerJeff Johnston <jjohnstn@redhat.com>2009-12-18 00:08:04 +0300
commita97a996ff7ef26b8dca6db4bf794b1b0f58f3f93 (patch)
tree60c3c0aa152469459d2c7ac06b25148c1858c347 /newlib/libc
parenta39036812211810bf6d73e2f4f01cb41971e9fd8 (diff)
2009-12-17 Jeff Johnston <jjohnstn@redhat.com>
* libc/include/_syslist.h: Add _mkdir transform.
Diffstat (limited to 'newlib/libc')
-rw-r--r--newlib/libc/include/_syslist.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/newlib/libc/include/_syslist.h b/newlib/libc/include/_syslist.h
index 09da79336..271644efa 100644
--- a/newlib/libc/include/_syslist.h
+++ b/newlib/libc/include/_syslist.h
@@ -15,6 +15,7 @@
#define _kill kill
#define _link link
#define _lseek lseek
+#define _mkdir mkdir
#define _open open
#define _read read
#define _sbrk sbrk