aboutsummaryrefslogtreecommitdiffstats
path: root/thank-you/index.php
blob: 980d7fde79b5cde020ddef4e070f6c43d2ee4703 (plain)
1
2
3
4
5
<?php

require_once '../langs.inc.php';

relocate($langs, $_SERVER['REQUEST_URI']);
ue='topic/switching_to_urpmi'>topic/switching_to_urpmi Mageia Installer and base platform for many utilitiesThierry Vignaud [tv]
summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/dietlibc/libpthread/pthread_sys_write.c
blob: 37541ae4250b8ed749fa74177e783175a0a52420 (plain)
1
2
3
4
5
6
7
8
9
10
#include <unistd.h>

#include <pthread.h>
#include "thread_internal.h"

int write(int fd, const void *buf, size_t count)
{
  __TEST_CANCEL();
  return __libc_write(fd,buf,count);
}