summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/dietlibc/dietuglyweaks.h
diff options
context:
space:
mode:
authorGwenolé Beauchesne <gbeauchesne@mandriva.org>2003-06-04 18:56:54 +0000
committerGwenolé Beauchesne <gbeauchesne@mandriva.org>2003-06-04 18:56:54 +0000
commit2dc6238d5b2bfbfd6aad4fa92e63633e0f669d5e (patch)
tree6fb7b6a4d56e606ab86c21d8f31510bb3bea6899 /mdk-stage1/dietlibc/dietuglyweaks.h
parentea6adf579f55f6bfb00c68a18402a7464e716f76 (diff)
downloaddrakx-2dc6238d5b2bfbfd6aad4fa92e63633e0f669d5e.tar
drakx-2dc6238d5b2bfbfd6aad4fa92e63633e0f669d5e.tar.gz
drakx-2dc6238d5b2bfbfd6aad4fa92e63633e0f669d5e.tar.bz2
drakx-2dc6238d5b2bfbfd6aad4fa92e63633e0f669d5e.tar.xz
drakx-2dc6238d5b2bfbfd6aad4fa92e63633e0f669d5e.zip
latest missing files
Diffstat (limited to 'mdk-stage1/dietlibc/dietuglyweaks.h')
-rw-r--r--mdk-stage1/dietlibc/dietuglyweaks.h24
1 files changed, 24 insertions, 0 deletions
diff --git a/mdk-stage1/dietlibc/dietuglyweaks.h b/mdk-stage1/dietlibc/dietuglyweaks.h
new file mode 100644
index 000000000..4b2aa231a
--- /dev/null
+++ b/mdk-stage1/dietlibc/dietuglyweaks.h
@@ -0,0 +1,24 @@
+#ifndef __DIET_UGLY_WEAKS__
+#define __DIET_UGLY_WEAKS__
+
+/* if you change something here ... KNOW what you're doing !
+ * it'll effect ALL platforms ! */
+
+.weak __thread_doexit
+__thread_doexit:
+.weak __fflush_stdin
+__fflush_stdin:
+.weak __fflush_stdout
+__fflush_stdout:
+.weak __fflush_stderr
+__fflush_stderr:
+.weak flockfile
+flockfile:
+.weak funlockfile
+funlockfile:
+.weak __nop
+__nop:
+.global __you_tried_to_link_a_dietlibc_object_against_glibc
+__you_tried_to_link_a_dietlibc_object_against_glibc:
+
+#endif